Click or drag to resize

RandomNumberStreamNextT Method

Fills a new array with next random numbers from this stream.

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

Parameters

distribution  IRandomNumberDistributionT
Desired distribution of the random numbers.
n  Int32
Number of random numbers.

Type Parameters

T
Random number type.

Return Value

T
Array of random numbers.
See Also