|
Dynalib Utils
|


Go to the source code of this file.
Classes | |
| struct | RandContext |
Macros | |
| #define | RANDSIZL (8) |
| #define | RANDSIZ (1<<RANDSIZL) |
Functions | |
| void | isaacSeed (char *seed, RandContext *ctx) |
| void | isaacInit (bool hasSeed, RandContext *ctx) |
| void | isaacRandom (RandContext *ctx) |
| uint32_t | randInt (RandContext *ctx) |
| void | randBytes (RandContext *ctx, uchar *buf, int count) |
| #define RANDSIZ (1<<RANDSIZL) |
| #define RANDSIZL (8) |
| void isaacInit | ( | bool | hasSeed, |
| RandContext * | ctx | ||
| ) |
| void isaacRandom | ( | RandContext * | ctx | ) |
| void isaacSeed | ( | char * | seed, |
| RandContext * | ctx | ||
| ) |
| void randBytes | ( | RandContext * | ctx, |
| uchar * | buf, | ||
| int | count | ||
| ) |
| uint32_t randInt | ( | RandContext * | ctx | ) |
1.8.13