Click or drag to resize

RandXoroshiro256PlusPlus(Int64, Int64, Int64, Int64) Constructor

Initializes a new instance of the RandXoroshiro256PlusPlus class

Namespace: Orthogonal.Common.Basic.PRNG
Assembly: Orthogonal.Common.Basic (in Orthogonal.Common.Basic.dll) Version: 2024-04-15 18:00 GMT+10.f27da1471008deaf16b803c17e24a5955690aef1
Syntax
C#
public RandXoroshiro256PlusPlus(
	long seed0,
	long seed1,
	long seed2,
	long seed3
)

Parameters

seed0  Int64
 
seed1  Int64
 
seed2  Int64
 
seed3  Int64
 
See Also