Creates a SkipAheadRandomStreams object from the given parameters.
Namespace:
CenterSpace.NMath.Core
Assembly:
NMath (in NMath.dll) Version: 5.1.0.0
Syntax
Parameters
- randGenType
- Type: CenterSpace.NMath.Core..::.RandomNumberStream..::.BasicRandGenType
Basic random number generator type. Must be one
of
RandomNumberStream.BasicRandGenType.MultiplicativeCongruent31,
RandomNumberStream.BasicRandGenType.MultipleRecursive2x3,
RandomNumberStream.BasicRandGenType.MultipleCongruential59,
RandomNumberStream.BasicRandGenType.WinchannHillCombined.
- numStreams
- Type: System..::.Int32
Number of independent streams.
- streamLen
- Type: System..::.Int32
Length of each independent stream.
Exceptions
See Also