Click or drag to resize

CreateVectorRandomT(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 static Vector<T> Random<T>(
	int length,
	int seed
)
where T : struct, new(), IEquatable<T>, IFormattable

Parameters

length  Int32

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

seed  Int32

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

Type Parameters

T

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

Return Value

VectorT

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

See Also