Click or drag to resize

FloatRandomUniformDistribution Methods

The FloatRandomUniformDistribution type exposes the following members.

Methods
 NameDescription
Public methodClone Creates a deep copy of this random number generator.
Public methodFill(RandomNumberStream, FloatVector, Int32, Int32) Uses the given random number stream to fill the given vector of floats with random values.
Public methodFill(RandomNumberStream, Single, Int32, Int32) Uses the given random number stream to fill the given array of integers with random values.
Public methodSetRange Sets the bound for this distribuion. Uniform deviates will be in the interval [lower, upper].
Top
See Also