NanoMagMC  v0.2
Monte Carlo Simulation Software for Atomistic Models of Magnetic Materials
Public Types | Public Member Functions | Public Attributes | List of all members
rng::rng64 Struct Reference

#include <xoroshiro128.hpp>

Public Types

using result_type = std::uint64_t
 

Public Member Functions

 rng64 (std::uint64_t seed=1)
 
result_type operator() ()
 

Public Attributes

std::uint64_t state
 

Member Typedef Documentation

using rng::rng64::result_type = std::uint64_t

Constructor & Destructor Documentation

rng::rng64::rng64 ( std::uint64_t  seed = 1)
inline

Member Function Documentation

result_type rng::rng64::operator() ( )
inline

Member Data Documentation

std::uint64_t rng::rng64::state

The documentation for this struct was generated from the following file: