RandomSources Methods

Methods

Create(Int64) Creates a high-performance, reproducible random source from the specified seed.
Create(Int64, UInt64) Creates a reproducible random source from the specified seed and deterministic stream ID.
Create<T>() Creates a non-deterministic random source of the specified type.
Create<T>(Int64) Creates a reproducible random source of the specified type from the given seed.
Create<T>(Int64, UInt64) Creates a reproducible random source of the specified type from the given seed and stream identifier.
CreateStreams(Int32, Int64) Creates an array of independent, deterministic random sources for parallel processing.
CreateStreams(Int32, Int64, StreamAddress) Creates an array of independent, deterministic random sources for parallel processing.
CreateStreams<T>(Int32, Int64) Creates an array of independent, deterministic random sources of the specified type.
CreateStreams<T>(Int32, Int64, StreamAddress) Creates an array of independent, deterministic random sources of the specified type.

See Also