Paramotopy
parallel parameter homotopy through bertini
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
random.hpp
Go to the documentation of this file.
1 #include "mtrand.hpp"
2 #include <iostream>
3 #include <vector>
4 
9 void PrintRandom(std::vector<std::pair<double,double> > RandomValues,
10  std::vector<std::string> ParamStrings);
11 
18 //std::vector<std::pair<double,double> > MakeRandomValues(int size);
19 //
20 //
21 //std::vector<std::pair<double, double> >
22 // MakeRandomValues(std::vector< std::pair< std::pair< double, double >,
23 // std::pair< double, double > > > RandomRanges);
24 //
void PrintRandom(std::vector< std::pair< double, double > > RandomValues, std::vector< std::string > ParamStrings)