Click or drag to resize

RandomNumberGenerator Methods

The RandomNumberGenerator type exposes the following members.

Methods
 NameDescription
Public methodClone Returns a deep copy of a random number generator.
Public methodFill(Double) Fills the given array of doubles with random values.
Public methodFill(DoubleComplex) Fills the given array of double-precision complex numbers with random values.
Public methodFill(DoubleDataBlock) Fills the given data block with random values.
Public methodFill(FloatComplex) Fills the given array of single-precision complex numbers with random values.
Public methodFill(Single) Fills the given array of floats with random values.
Protected methodStatic membergammln Natural log of the gamma function.
Public methodNextDouble Method for generating a single precision random deviate.
Public methodNextDoubleComplex Method for generating a double precision complex number random deviate.
Public methodNextFloat Method for generating a single precision random deviate.
Public methodNextFloatComplex Method for generating a single precision complex number random deviate.
Public methodReset Resets the random number generator using a random seed.
Public methodReset(Int32) Resets the random number generator with the specified seed.
Top
See Also