Click or drag to resize

IndependentRandomStreamsNextT(IRandomNumberDistributionT) Method

Returns an array of independent random number streams with the given distribution.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public virtual T[][] Next<T>(
	IRandomNumberDistribution<T> distribution
)

Parameters

distribution  IRandomNumberDistributionT
The desired probablility distribution.

Type Parameters

T
Data type of generated deviates.

Return Value

T
An array of independent random number streams. For each i, T[i] is an array of random deviates of length StreamLength
See Also