|
Contiki-NG
|
Implementation based on Bob Jenkins' small noncryptographic PRNG. More...
Files | |
| file | random.c |
| Implementation of Pseudo Random Number Generator for CC13xx/CC26xx. | |
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 based on Bob Jenkins' small noncryptographic PRNG.
This file overrides os/lib/random.c. Note that the file name must match the original file for the override to work.
| void random_init | ( | unsigned short | seed | ) |
1.8.13