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-29 08:29 GMT+10
Syntax
C#
public RandXoroshiro128PlusPlus(
	int seed0,
	int seed1,
	int seed2,
	int seed3
)

Parameters

seed0  Int32
 
seed1  Int32
 
seed2  Int32
 
seed3  Int32
 
See Also