RandBasic Type
A basic implementation of a uniform random source using Random that is not thread-safe.
Record fields
| Record Field | Description |
|
Constructors
| Constructor | Description |
Full Usage:
RandBasic(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: RandBasic
|
|
|
|
FSharp.Stats