Eneboo - Documentación para desarrolladores
|
#include <rand.h>
Atributos públicos | |
void(* | seed )(const void *buf, int num) |
int(* | bytes )(unsigned char *buf, int num) |
void(* | cleanup )(void) |
void(* | add )(const void *buf, int num, double entropy) |
int(* | pseudorand )(unsigned char *buf, int num) |
int(* | status )(void) |
void(* rand_meth_st::add)(const void *buf, int num, double entropy) |
int(* rand_meth_st::bytes)(unsigned char *buf, int num) |
void(* rand_meth_st::cleanup)(void) |
int(* rand_meth_st::pseudorand)(unsigned char *buf, int num) |
void(* rand_meth_st::seed)(const void *buf, int num) |
int(* rand_meth_st::status)(void) |