Click or drag to resize
Random.BaseGenerator Interface
Base pseudorandom number.

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

The Random. BaseGenerator 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