Click or drag to resize

GlobalRandomGeneratorThreadLocal Method

Get the thread-unsafe RandomGenerator reserved for this thread only.

Namespace:  WhetStone.Random
Assembly:  WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntax
C#
public static RandomGenerator ThreadLocal()

Return Value

Type: RandomGenerator
The specific RandomGenerator for the calling thread.
See Also