Algs4Net Class Library Documentation
Algs4Net Class Library Documentation
Algs4Net
StdRandom Class
StdRandom Methods
Uniform Method
Uniform Method
Uniform Method (Int32)
Uniform Method (Double, Double)
Uniform Method (Int32, Int32)
StdRandom
Uniform Method
Returns a random real number uniformly in [0, 1).
Namespace:
Algs4Net
Assembly:
Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
Copy
public
static
double
Uniform
()
Return Value
Type:
Double
a random real number uniformly in [0, 1)
See Also
Reference
StdRandom Class
Uniform Overload
Algs4Net Namespace