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-15 18:00 GMT+10.f27da1471008deaf16b803c17e24a5955690aef1
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