#include <stdint.h>

Go to the source code of this file.
Classes | |
| struct | mrg_state |
Typedefs | |
| typedef struct mrg_state | mrg_state |
Functions | |
| uint_fast32_t | mrg_get_uint_orig (mrg_state *state) |
| double | mrg_get_double_orig (mrg_state *state) |
| void | mrg_seed (mrg_state *st, const uint_fast32_t seed[5]) |
| void | mrg_skip (mrg_state *state, uint_least64_t exponent_high, uint_least64_t exponent_middle, uint_least64_t exponent_low) |
| double mrg_get_double_orig | ( | mrg_state * | state | ) |
| uint_fast32_t mrg_get_uint_orig | ( | mrg_state * | state | ) |
| void mrg_seed | ( | mrg_state * | st, |
| const uint_fast32_t | seed[5] | ||
| ) |
| void mrg_skip | ( | mrg_state * | state, |
| uint_least64_t | exponent_high, | ||
| uint_least64_t | exponent_middle, | ||
| uint_least64_t | exponent_low | ||
| ) |