|
Dynalib Utils
|


Go to the source code of this file.
Classes | |
| struct | Rand64Context |
Macros | |
| #define | RANDSIZL (8) |
| #define | RANDSIZ (1<<RANDSIZL) |
Functions | |
| void | isaac64Seed (char *seed, Rand64Context *ctx) |
| void | isaac64Init (bool hasSeed, Rand64Context *ctx) |
| void | isaac64Random (Rand64Context *ctx) |
| uint64_t | rand64Int (Rand64Context *ctx) |
| void | rand64Bytes (Rand64Context *ctx, uint8_t *buf, int count) |
| #define RANDSIZ (1<<RANDSIZL) |
| #define RANDSIZL (8) |
| void isaac64Init | ( | bool | hasSeed, |
| Rand64Context * | ctx | ||
| ) |
| void isaac64Random | ( | Rand64Context * | ctx | ) |
| void isaac64Seed | ( | char * | seed, |
| Rand64Context * | ctx | ||
| ) |
| void rand64Bytes | ( | Rand64Context * | ctx, |
| uint8_t * | buf, | ||
| int | count | ||
| ) |
| uint64_t rand64Int | ( | Rand64Context * | ctx | ) |
1.8.13