Click or drag to resize
RandomBaseGenerator Interface
Base pseudorandom number.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public interface BaseGenerator

The RandomBaseGenerator type exposes the following members.

Methods
  NameDescription
Public methodNext
Generates the next pseudorandom number.
Public methodNextDouble
Generates the next pseudorandom double.
Public methodNextFloat
Generates the next pseudorandom float.
Top
See Also