Namespace: FsCheck
Assembly: FsCheck.dll
Base Type:
ValueType
All Interfaces:
IEquatable<Rnd>
,
IStructuralEquatable
,
IComparable<Rnd>
,
IComparable
,
IStructuralComparable
Kind: Struct
Record Field | Description |
Full Usage:
Gamma
|
|
Full Usage:
Seed
|
Constructor | Description |
Create a new Rnd value with the specified seed value and the 'golden' gamma.
|
|
|
Create a new random number generator with the given seed and gamma. Useful to faithfully reproduce a sequence or part of it. gamma must be odd, or this throws invalid argument exception. For good pseudo-random properties, please only use seeds and gamma that were generated as part of a sequence started with the default create function.
|