Gets the quasi-random number generator that is used to randomly select
the indices for each generated subset. If repeatability in subset
generation for a given k is desired, set the seed used in
the random number generator to the same value before each run.
Namespace:
CenterSpace.NMath.StatsAssembly: NMathStats (in NMathStats.dll) Version: 3.4.0.0
Syntax
| C# |
|---|
public QuasiRandomNumberGenerator RandomNumberGenerator { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property RandomNumberGenerator As QuasiRandomNumberGenerator |
| Visual C++ |
|---|
public: property QuasiRandomNumberGenerator^ RandomNumberGenerator { QuasiRandomNumberGenerator^ get (); } |