Home
|
Develop
|
Download
|
Contact
test
example_congruential_create.cpp
1
84
#include <cmath>
85
#include <Pds/Ra>
86
87
int
main(
void
)
88
{
89
Pds::Congruential
A(1);
90
Pds::Congruential
B(1);
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
}
Pds::Congruential
La clase tipo Pds::Congruential . Esta clase genera un objeto con dos parametros Nlin y Ncol....
Definition:
Congruential.hpp:79
Enlaces de interés
Manual de referencia generado el Martes, 10 de Octubre de 2023 18:23:40 para la biblioteca
libpdsramm
usando Generado el Martes, 10 de Octubre de 2023 18:23:40 para libpdsramm por
1.9.4