nmsg 1.1.2
Functions
random.h File Reference

Random number generator. More...

Go to the source code of this file.

Functions

nmsg_random_t nmsg_random_init (void)
 
void nmsg_random_destroy (nmsg_random_t *)
 
void nmsg_random_buf (nmsg_random_t, uint8_t *, size_t)
 
uint32_t nmsg_random_uint32 (nmsg_random_t)
 
uint32_t nmsg_random_uniform (nmsg_random_t, uint32_t upper_bound)
 

Detailed Description

Random number generator.

Definition in file random.h.