 | LocalRandomGenerator Constructor (NullableInt32) |
Constructor
Namespace:
WhetStone.Random
Assembly:
WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntaxpublic LocalRandomGenerator(
Nullable<int> seed = null
)
Parameters
- seed (Optional)
- Type: SystemNullableInt32
The initial seed for the inner WhetStone.Random. Setting to will generate a seed.
See Also