Click or drag to resize

Xoshiro256StarStar(Int32) Constructor

Construct a new random number generator with random seed.

Namespace: Altaxo.Calc.Random
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public Xoshiro256StarStar(
	int seed
)

Parameters

seed  Int32
The seed value.
See Also