|
Library of Assembled Shared Sources
|
Halton sequence. More...
#include <random.h>
Public Types | |
| using | result_type = double |
| type of return value. | |
| typedef double | TValue |
| type of return value. | |
Static Public Member Functions | |
| static constexpr result_type | min () |
| minimum return value. | |
| static constexpr result_type | max () |
| maximum return value. | |
Halton sequence.
Determinstic quasi-random number sequence of low-discrepancy, using the radical inverse of an increasing index in a given base.
| typedef double lass::num::RandomRadicalInverse::TValue |