parse.h
Go to the documentation of this file.
1 
40 #ifndef ARBITRARY_PRECISION_CALCULATION_PARSE_H_
41 #define ARBITRARY_PRECISION_CALCULATION_PARSE_H_
42 
43 #include <string>
44 #include <vector>
45 
47 
49 
53 namespace parse {
54 
67 RandomNumberGenerator* ParseRandomNumberGenerator(const std::vector<std::string> & parameters, unsigned int & parsed_parameters);
68 
69 } // namespace parse
70 } // namespace arbitraryprecisioncalculation
71 
72 #endif /* ARBITRARY_PRECISION_CALCULATION_PARSE_H_ */
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 > &parameters, unsigned int &parsed_parameters)
Parses the given vector for a random number generator starting at the given index.