Home | Develop | Download | Contact
example_congruential_create.cpp
1
84#include <cmath>
85#include <Pds/Ra>
86
87int main(void)
88{
91
92 for(unsigned int n=0;n<32;n++)
93 {
94 std::cout<<"A.GetA(): "<<A.GetA()<<"\tA.GetC(): "<<A.GetC()<<"\tA: "<<A.GetValue()<<"\n";
95 std::cout<<"B.GetA(): "<<B.GetA()<<"\tB.GetC(): "<<B.GetC()<<"\tB: "<<B.GetValue()<<"\n";
96 }
97
98 return 0;
99}
La clase tipo Pds::Congruential . Esta clase genera un objeto con dos parametros Nlin y Ncol....

Enlaces de interés

HomePage Bazaar Download Bug report Ayuda Developer Feed