RandomStreams Methods

Methods

CreatePartitionedStreams<TRandom> Creates an array of random number generators using jump-based stream partitioning.
CreateStreams<TRandom>(Int32, RandomOptions, UInt64) Creates an array of random number generators using mixing-based stream derivation.
CreateStreams<TRandom>(Int32, Int64, UInt64, SeedProfile) Creates an array of random number generators from a scalar seed.
CreateStreams<TRandom>(Int32, UInt64[], UInt64, SeedProfile) Creates an array of random number generators from a seed array.

See Also