libcoap 4.3.5-develop-19cef11
|
Internal Pseudo Random Numbers. More...
Go to the source code of this file.
Functions | |
void | coap_prng_init_lkd (unsigned int seed) |
Seeds the default random number generation function with the given seed . More... | |
int | coap_prng_lkd (void *buf, size_t len) |
Fills buf with len random bytes using the default pseudo random number generator. More... | |
Internal Pseudo Random Numbers.
Definition in file coap_prng_internal.h.