Home > Extreme Optimization Statistics Library for .NET > Reference > Extreme.Statistics.Random Namespace
Enumerates possible values for the LuxuryLevel of a RanLux _random number generator.
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.
| Member Name | Description |
|---|---|
| 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. |
Namespace: Extreme.Statistics.Random
Assembly: Extreme.Statistics (in Extreme.Statistics.dll)
Extreme.Statistics.Random Namespace