randomVariable.hpp
Go to the documentation of this file.
File contains template of deep-coping smart pointer.
File contains interface of random variables.
virtual void setSeed(unsigned int)=0
Set seeds of pseudo-random generator.
virtual std::vector< double > getRandoms(int)=0
Generates set of pseudo-random variables.
Definition: cadHoliday.cpp:3
Class implements the interface for Random Variables.
Definition: randomVariable.hpp:25
File contains implementation of RNG generating random variables from uniform distribution.
virtual ~RandomVariable()
Destructor.
Definition: randomVariable.hpp:40