Click or drag to resize

VectorBuilderTRandom(Int32, Int32) Method

Create a new dense vector with values sampled from the standard distribution with a system random source.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public Vector<T> Random(
	int length,
	int seed
)

Parameters

length  Int32
The length of the vector.
seed  Int32
The seed for the random number generator.

Return Value

VectorT
The created vector.
See Also