StandardUniformDistribution.GenerateRandomNumbers(Int32, UInt32[]) Method

Generates Random Numbers

Definition

Namespace: Metas.UncLib.Core.Unc
Assembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
C#
public override double[] GenerateRandomNumbers(
	int n,
	uint[] seed
)

Parameters

n  Int32
seed  UInt32[]

Return Value

Double[]

Implements

IDistribution.GenerateRandomNumbers(Int32, UInt32[])
IDistribution.GenerateRandomNumbers(Int32, UInt32[])

See Also