Go to the source code of this file.
◆ dataLoad() [1/2]
Definition at line 281 of file MooseRandomStateless.h.
void advance(std::size_t count)
Advance all generators by the specified number.
void loadHelper(std::istream &stream, P &data, void *context)
Scalar helper routine.
◆ dataLoad() [2/2]
Definition at line 299 of file MooseRandomStateless.h.
303 v = std::make_unique<MooseRandomStateless>(seed);
void loadHelper(std::istream &stream, P &data, void *context)
Scalar helper routine.
◆ dataStore() [1/2]
Definition at line 273 of file MooseRandomStateless.h.
void storeHelper(std::ostream &stream, P &data, void *context)
Scalar helper routine.
std::size_t getAdvanceCount() const
Get the amount that the RNGs have advanced by advance(count) calls.
◆ dataStore() [2/2]
Definition at line 290 of file MooseRandomStateless.h.
292 unsigned int seed = v->getSeed();
void storeHelper(std::ostream &stream, P &data, void *context)
Scalar helper routine.