
Functions | |
| static void | swap_byte (uint8_t *a, uint8_t *b) |
| void | random_init (unsigned seed) |
| void | random_bytes (void *buf_, size_t size) |
| unsigned long | random_ulong (void) |
Variables | |
| static uint8_t | s [256] |
| static uint8_t | s_i |
| static uint8_t | s_j |
| static bool | inited |
| void random_bytes | ( | void * | buf_, |
| size_t | size | ||
| ) |


| void random_init | ( | unsigned | seed | ) |
| unsigned long random_ulong | ( | void | ) |

|
static |
|
static |
|
static |
|
static |