mbed port of tinydtls

Embed: (wiki syntax)

« Back to documentation index

prng.h File Reference

prng.h File Reference

Pseudo Random Numbers. More...

Go to the source code of this file.

Functions

static int dtls_prng_impl (unsigned char *buf, size_t len)
 Fills buf with len random bytes.
int contiki_prng_impl (unsigned char *buf, size_t len)
 Fills buf with len random bytes.

Detailed Description

Pseudo Random Numbers.

Definition in file prng.h.