Contiki 3.x
|
Simple linear-congruential generator generic C implementation.More...
#include <stdint.h>
#include "random.h"
Go to the source code of this file.
Functions | |
void | random_init (RAND_SEED_TYPE seed) |
Initialize the PRNG. More... | |
RAND_RETURN_TYPE | random_rand (void) |
Generate the next state and return the upper part of it. | |
Simple linear-congruential generator generic C implementation.
Definition in file random.c.