0.2.0
|
Random Number Generator. More...
Go to the source code of this file.
Classes | |
class | NAV::RandomNumberGenerator |
Manages a thread which calls a specified function at a specified interval. More... | |
Typedefs | |
using | json |
json namespace | |
Functions | |
void | NAV::from_json (const json &j, RandomNumberGenerator &rng) |
Read info from a json object. | |
void | NAV::to_json (json &j, const RandomNumberGenerator &rng) |
Write info to a json object. | |
Random Number Generator.
void NAV::from_json | ( | const json & | j, |
RandomNumberGenerator & | rng ) |
Read info from a json object.
[in] | j | Json variable to read info from |
[out] | rng | Output object |
void NAV::to_json | ( | json & | j, |
const RandomNumberGenerator & | rng ) |
Write info to a json object.
[out] | j | Json output |
[in] | rng | Object to read info from |