Random Extensions.As Parallel Method
Returns a thread-safe version of this random number generator.
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
A Random object that generates the same values as random, but is thread-safe.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public static ParallelRandom AsParallel(
this Random random
)
Parameters
- random Random
- A random number generator.
Return Value
ParallelRandomA Random object that generates the same values as random, but is thread-safe.