Master random generator.
More...
#include <MasterRandomGenerator.hpp>
|
Serializable< std::vector< uint64_t > > | _seeds { "Seeds" , nSeeds } |
| Seed state.
|
|
const std::vector< uint64_t > & | seeds |
| Constant access to the seeds. More...
|
|
|
static constexpr int | nSeeds |
| Number of seeds needed to initialize the state. More...
|
|
Master random generator.
Definition at line 21 of file MasterRandomGenerator.hpp.
Convert to binary.
- Parameters
-
Definition at line 165 of file Map.hpp.
Check that no spurious subnodes are contained.
Spurious list
Mark found or not
Expected name
- Parameters
-
Definition at line 108 of file Map.hpp.
Convert from binary.
- Parameters
-
Definition at line 180 of file Map.hpp.
Convert from a YAML node.
- Parameters
-
node | Node from which to convert |
Definition at line 146 of file Map.hpp.
Check if the class is default.
Default value
Definition at line 53 of file Map.hpp.
Cast operator to class T
Definition at line 50 of file Map.hpp.
Constant cast operator to class T
Definition at line 50 of file Map.hpp.
auto SUNphi::MasterRandomGenerator::serializableMembers |
( |
| ) |
const |
|
inline |
auto SUNphi::MasterRandomGenerator::serializableMembers |
( |
| ) |
|
|
inline |
Convert to YAML node.
- Parameters
-
node | Resulting node |
onlyNonDefault | Prints only non-default |
Definition at line 72 of file Map.hpp.
Convert to YAML node.
Resulting node
- Parameters
-
onlyNonDefault | Prints only non-default |
Definition at line 87 of file Map.hpp.
constexpr int SUNphi::MasterRandomGenerator::nSeeds |
|
staticprivate |
Initial value:=
_MasterRandomGenerator::state_size
Number of seeds needed to initialize the state.
Definition at line 26 of file MasterRandomGenerator.hpp.
const std::vector<uint64_t>& SUNphi::MasterRandomGenerator::seeds |
|
private |
The documentation for this class was generated from the following file: