Click or drag to resize

FloatComplexVector(Int32, RandomNumberStream, IRandomNumberDistributionSingle) Constructor

Constructs a FloatComplexVector instance from a random number generator.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public FloatComplexVector(
	int length,
	RandomNumberStream rngStream,
	IRandomNumberDistribution<float> distribution
)

Parameters

length  Int32
Length of the vector.
rngStream  RandomNumberStream
Random number stream.
distribution  IRandomNumberDistributionSingle
Distribution for random numbers.
See Also