Click or drag to resize

IndependentRandomStreamsNext(IRandomNumberDistributionSingle) 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 FloatMatrix Next(
	IRandomNumberDistribution<float> distribution
)

Parameters

distribution  IRandomNumberDistributionSingle
The desired probability distribution.

Return Value

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