Searched defs:rand_meth_st (Results 1 – 1 of 1) sorted by relevance
22 struct rand_meth_st { struct23 int (*seed) (const void *buf, int num);24 int (*bytes) (unsigned char *buf, int num);25 void (*cleanup) (void);26 int (*add) (const void *buf, int num, double randomness);27 int (*pseudorand) (unsigned char *buf, int num);28 int (*status) (void);