|  | Float | 
 Inheritance Hierarchy
Inheritance Hierarchy Syntax
SyntaxThe FloatRandomUniformDistribution type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | FloatRandomUniformDistribution | Constructs a random number generator with bounds 0 and 1. | 
|  | FloatRandomUniformDistribution(Single, Single) | Constructs a random number generator with the specified lower and upper bounds. | 
|  | FloatRandomUniformDistribution(Single, Single, FloatRandomUniformDistributionGenerationMethod) | Constructs a random number generator with the specified lower and upper bounds and generation method. | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Lower | Gets the lower bound. | 
|  | Method | Gets the generation method. | 
|  | Upper | Gets the upper bound. | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Clone | Creates a deep copy of this random number generator. | 
|  | Fill(RandomNumberStream, FloatVector, Int32, Int32) | Uses the given random number stream to fill the given vector of floats with random values. | 
|  | Fill(RandomNumberStream, Single, Int32, Int32) | Uses the given random number stream to fill the given array of integers with random values. | 
|  | SetRange | Sets the bound for this distribuion. Uniform deviates will be in the interval [lower, upper]. | 
 See Also
See Also