Contiki-NG
Loading...
Searching...
No Matches

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.
 
void random_init (unsigned short seed)
 Initialize the PRNG.
 

Detailed Description

Implementation of Pseudo Random Number Generator for CC13xx/CC26xx.

Author
Edvard Pettersen e.pet.nosp@m.ters.nosp@m.en@ti.nosp@m..com

Definition in file random.c.