32#ifndef __PDS_CONGRUENTIAL_HPP__
33#define __PDS_CONGRUENTIAL_HPP__
54#define PDS_CONGRUENTIAL_MAX 2147483648UL
60#define LN_PDS_CONGRUENTIAL_MAX 21.487562597
66#define _2LN_PDS_CONGRUENTIAL_MAX 42.975125195
170 unsigned long int GetA(
void)
const;
177 unsigned long int GetC(
void)
const;
196 bool Init(
unsigned long int xinit);
La clase tipo Pds::Congruential . Esta clase genera un objeto con dos parametros Nlin y Ncol....
unsigned long int GetC(void) const
Retorna el parámetro .
Congruential(unsigned long int xinit)
Crea un objeto de tipo Pds::Congruential (una variable discreta uniformemente distribuida entre 0 y P...
unsigned long int GetA(void) const
Retorna el parámetro .
bool Init(unsigned long int xinit)
Inicializa la variable aleatória.
Congruential(void)
Crea un objeto de tipo Pds::Congruential (una variable discreta uniformemente distribuida entre 0 y P...
unsigned long int GetValue(void)
Pide una muestra de la Random Variable.
Nombre de espacio para Pds (Procesamiento Digital de Senales)