Click or drag to resize

IndependentRandomStreamsNext(IRandomNumberDistributionDouble) Method

Creates a matrix whose columns contain independent random number streams following the given probablility distibution.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleMatrix Next(
	IRandomNumberDistribution<double> distribution
)

Parameters

distribution  IRandomNumberDistributionDouble
The desired probability distribution.

Return Value

DoubleMatrix
A StreamLength x NumberOfStreams matrix where each column contains an independent random number stream from the given distribution.
See Also