Method | Description | |
---|---|---|
Gauss ( ) : double |
Draw a Gaussian (or normally) distributed random number, with mean 0 and deviation 1. Thread-safe.
|
|
Independent ( ) : System.Threading |
Constructs the PRNG-object.
|
|
Uniform ( ) : double |
Draw a uniform random number in the exclusive range (0,1). Thread-safe.
|