ESAPI-C 1.0
The OWASP Enterprise Security API for C
|
Go to the source code of this file.
Defines | |
#define | N 624 |
#define | M 397 |
#define | A 0x9908b0dfUL |
#define | U 0x80000000UL |
#define | L 0x7fffffffUL |
Functions | |
void | jsw_seed (unsigned long s) |
unsigned long | jsw_rand (void) |
Variables | |
static unsigned long | x [N] |
static int | next |