![]() |
fpmas 1.5
|
#include <generator.h>
Static Public Member Functions | |
| template<typename JsonType > | |
| static void | to_json (JsonType &j, const fpmas::random::Generator< Generator_t > &gen) |
| template<typename JsonType > | |
| static void | from_json (const JsonType &j, fpmas::random::Generator< Generator_t > &gen) |
Json serialization rules for fpmas::random::Generator.
|
inlinestatic |
Serializes gen into j using the fpmas::random::operator<<().
| j | output json |
| gen | input generator |
|
inlinestatic |
Unserializes gen from j using the fpmas::random::operator>>().
| j | input json |
| gen | output generator |