Click or drag to resize

IndependentRandomStreamsNext Method

Overload List
 NameDescription
Public methodNext(IRandomNumberDistributionDouble) Creates a matrix whose columns contain independent random number streams following the given probablility distibution.
Public methodNext(IRandomNumberDistributionDouble) Creates a matrix whose columns contain independent random number streams where each stream follows a specified probablility distibution.
Public methodNext(IRandomNumberDistributionSingle) Creates a matrix whose columns contain independent random number streams following the given probablility distibution.
Public methodNext(IRandomNumberDistributionSingle) Creates a matrix whose columns contain independent random number streams where each stream follows a specified probablility distibution.
Public methodNextT(IRandomNumberDistributionT) Returns an array of independent random number streams with the given distribution.
Public methodNextT(IRandomNumberDistributionT) Returns an array of random number streams, each with a a different specified distribution.
Top
See Also