|
IoTivity-Lite
|
#include "oc_export.h"Functions | |
| void | oc_random_destroy (void) |
| destroy the pseudo-random generator More... | |
| void | oc_random_init (void) |
| Initialize the pseudo-random generator. More... | |
| unsigned int | oc_random_value (void) |
| Calculate a pseudo random number. More... | |
| void oc_random_destroy | ( | void | ) |
destroy the pseudo-random generator
| void oc_random_init | ( | void | ) |
Initialize the pseudo-random generator.
| unsigned int oc_random_value | ( | void | ) |
Calculate a pseudo random number.