|
Contiki-NG
|
Implementation of Pseudo Random Number Generator for CC13xx/CC26xx. More...
#include <contiki.h>#include <stdint.h>Go to the source code of this file.
Functions | |
| unsigned short | random_rand (void) |
| Generates a new random number using the PRNG. More... | |
| void | random_init (unsigned short seed) |
| Initialize the PRNG. More... | |
Implementation of Pseudo Random Number Generator for CC13xx/CC26xx.
Definition in file random.c.
1.8.13