#include <surfrand.h>
Data Fields | |
unsigned | used |
uint32 | generated [SURF_OUT_U32] |
uint32 | seed [SURF_SEED_U32] |
uint32 | counter [SURF_IN_U32] |
unsigned surfrand::used |
counts the number of bytes in generated
that have been output already
uint32 surfrand::generated[SURF_OUT_U32] |
temporary storage for the generated random data
uint32 surfrand::seed[SURF_SEED_U32] |
the input seed data
uint32 surfrand::counter[SURF_IN_U32] |
a giant counter used as input to SURF