JayBeams  0.1
Another project to have fun coding.
Namespaces | Functions | Variables
initialize_mersenne_twister.hpp File Reference
#include <algorithm>
#include <random>
#include <string>

Go to the source code of this file.

Namespaces

 jb
 The top-level namespace for the JayBeams library.
 
 jb::testing
 Helper functions and classes to simplify unit tests.
 

Functions

template<typename Generator >
Generator jb::testing::initialize_mersenne_twister (int seed, std::string const &token)
 Initialize a Mersenne-Twister based generator. More...
 

Variables

char const jb::testing::default_initialization_marker [] = "__default__"