parse.h
Go to the documentation of this file.
67 RandomNumberGenerator* ParseRandomNumberGenerator(const std::vector<std::string> & parameters, unsigned int & parsed_parameters);
This file contains the available random number generators.
base namespace for arbitrary precision calculation.
Definition: check_condition.h:45
This class is an abstract class. It supplies the interface for random number generators.
Definition: random_number_generator.h:52
RandomNumberGenerator * ParseRandomNumberGenerator(const std::vector< std::string > ¶meters, unsigned int &parsed_parameters)
Parses the given vector for a random number generator starting at the given index.