You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Structs, Records, Enums > Dew.Math.TRngStreamIndependence Enumeration
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Dew.Math.TRngStreamIndependence Enumeration

Defines the method used to get random number series independence.

Syntax
C#
Visual Basic
public enum TRngStreamIndependence : uint { rsiNone, rsiLeapfrog, rsiBlockSplitting }

RndGenerators.cs

Members 
Description 
rsiNone 
None 
rsiLeapfrog 
Leap-frog 
rsiBlockSplitting 
Block-interleaved 

Defines the method used to obtain several independent random streams using the same random generator with the same seed. If the method is not supported by the specified random basic random generator, an error will be raised.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!