Go to the source code of this file.
#define VSMC_RUNTIME_ASSERT_RNG_SEED_GENERATOR_MODULO |
( |
|
div, |
|
|
|
rem |
|
) |
| |
Value:
("**SeedGenerator::modulo** " \
"REMAINDER IS NOT SMALLER THAN THE DIVISOR"))
#define VSMC_RUNTIME_ASSERT(cond, msg)
Definition at line 41 of file seed.hpp.
#define VSMC_RUNTIME_ASSERT_RNG_SEED_MAX |
( |
|
seed_max | ) |
|
Value:
("**SeedGenerator::modulo** " \
"THE MAXIMUM OF THE INTERNAL SEED IS NO LARGER THAN 1"))
#define VSMC_RUNTIME_ASSERT(cond, msg)
Definition at line 51 of file seed.hpp.
#define VSMC_RUNTIME_WARNING_RNG_SEED_GENERATOR_MODULO |
( |
|
div, |
|
|
|
rem |
|
) |
| |
Value:
("**SeedGenerator::modulo** " \
"COUNTER TYPE SEED DOES NOT SUPPORT MODULO"))
#define VSMC_RUNTIME_WARNING(cond, msg)
Definition at line 46 of file seed.hpp.
#define VSMC_STATIC_ASSERT_RNG_SEED_GENERATOR_RESULT_TYPE |
( |
|
T | ) |
|
Value:
USE_SeedGenerator_WITH_A_RESULT_TYPE_NOT_AN_UNSIGNED_INTEGER)
#define VSMC_STATIC_ASSERT(cond, msg)
Definition at line 37 of file seed.hpp.