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.3179.0 (4.8.3179.0)
Syntax
C#
public Vector<T> Random(
	int length,
	int seed
)

Parameters

length  Int32

[Missing <param name="length"/> documentation for "M:Altaxo.Calc.LinearAlgebra.VectorBuilder`1.Random(System.Int32,System.Int32)"]

seed  Int32

[Missing <param name="seed"/> documentation for "M:Altaxo.Calc.LinearAlgebra.VectorBuilder`1.Random(System.Int32,System.Int32)"]

Return Value

VectorT

[Missing <returns> documentation for "M:Altaxo.Calc.LinearAlgebra.VectorBuilder`1.Random(System.Int32,System.Int32)"]

See Also