RandThreadSafe Type
A standard implementation of a uniform random source using Random that is thread-safe.
Record fields
| Record Field | Description |
|
|
Constructors
| Constructor | Description |
Full Usage:
RandThreadSafe(n)
Parameters:
int
-
If n is negative, the random number generator seed is based on system time, if it is zero or positive it will
use n as the seed.
Returns: RandThreadSafe
|
|
|
|
FSharp.Stats