Click or drag to resize

RandEcuyerLFSR258(Int64, Int64, Int64, Int64, Int64) Constructor

Initializes a new instance of the RandEcuyerLFSR258 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 RandEcuyerLFSR258(
	long seed1,
	long seed2,
	long seed3,
	long seed4,
	long seed5
)

Parameters

seed1  Int64
 
seed2  Int64
 
seed3  Int64
 
seed4  Int64
 
seed5  Int64
 
See Also