Click or drag to resize

RandXoroshiro128PlusPlus(Int32, Int32, Int32, Int32) Constructor

Initializes a new instance of the RandXoroshiro128PlusPlus 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 RandXoroshiro128PlusPlus(
	int seed0,
	int seed1,
	int seed2,
	int seed3
)

Parameters

seed0  Int32
 
seed1  Int32
 
seed2  Int32
 
seed3  Int32
 
See Also