RandomExtensions.AsParallel Method

Returns a thread-safe version of this random number generator.

DefinitionPermalink

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
C#
public static ParallelRandom AsParallel(
	this Random random
)

ParametersPermalink

random  Random
A random number generator.

Return ValuePermalink

ParallelRandom
A Random object that generates the same values as random, but is thread-safe.

Usage NotePermalink

In Visual Basic and C#, you can call this method as an instance method on any object of type Random. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).

See AlsoPermalink