 | GlobalRandomGeneratorReset Method |
Resets an instance of the static generator.
Namespace:
WhetStone.Random
Assembly:
WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntaxpublic static void Reset(
Thread thread = null,
Nullable<int> seed = null
)
Parameters
- thread (Optional)
- Type: System.ThreadingThread
The thread instance for which to reset the generator. - seed (Optional)
- Type: SystemNullableInt32
The new seed for which to reset the generator. for a pseudo-random seed.
See Also