Home > Extreme Optimization Statistics Library for .NET > Reference > Extreme.Statistics.Random Namespace


Extreme Optimization Statistics Library for .NET

RanLuxLuxuryLevel Enumeration

Enumerates possible values for the LuxuryLevel of a RanLux _random number generator.

[Visual Basic]
Public Enum RanLuxLuxuryLevel
[C#]
public enum RanLuxLuxuryLevel

Remarks

The RanLux _random number generators use a parameter to specify the degree of randomness of the produced pseudo-_random sequence. A higher luxury level produces better randomness, but comes at a performance cost.

For most applications, the default (lowest) luxury level is sufficient. For more demanding applications, the higher levels are a better choice.

Members

Member NameDescription
Default Default (109)
Better A medium value providing better randomness at a reasonable cost.
Best Highest possible value, providing best possible randomness at greatest cost.

Requirements

Namespace: Extreme.Statistics.Random

Assembly: Extreme.Statistics (in Extreme.Statistics.dll)

See Also

Extreme.Statistics.Random Namespace