0.2.0
Loading...
Searching...
No Matches
RandomNumberGenerator.hpp File Reference

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.
 

Detailed Description

Random Number Generator.

Author
T. Topp (topp@.nosp@m.ins..nosp@m.uni-s.nosp@m.tutt.nosp@m.gart..nosp@m.de)
Date
2023-08-24

Function Documentation

◆ from_json()

void NAV::from_json ( const json & j,
RandomNumberGenerator & rng )

Read info from a json object.

Parameters
[in]jJson variable to read info from
[out]rngOutput object

◆ to_json()

void NAV::to_json ( json & j,
const RandomNumberGenerator & rng )

Write info to a json object.

Parameters
[out]jJson output
[in]rngObject to read info from