Searched defs:rand_meth_st (Results 1 – 1 of 1) sorted by relevance
40 struct rand_meth_st { struct41 int (*seed) (const void *buf, int num);42 int (*bytes) (unsigned char *buf, int num);43 void (*cleanup) (void);44 int (*add) (const void *buf, int num, double randomness);45 int (*pseudorand) (unsigned char *buf, int num);46 int (*status) (void);
Completed in 2 milliseconds