Overload List
| Name | Description | |
|---|---|---|
| Uniform(Double, Double) | 
            returns uniformly distributed double-precision floating-point random number from [a,b) range
              | |
| Uniform(Int32, Int32) | 
            returns uniformly distributed integer random number from [a,b) range
              | |
| Uniform(Single, Single) | 
            returns uniformly distributed floating-point random number from [a,b) range
              | 
See Also