Changelog:
CVS Log messages:
Definition in file RandomFuns.h.
#include "jbltools/sfh/IntFunBase.h"
#include "jbltools/sfh/FloatFunBase.h"
#include "jbltools/sfh/FloatFunPoR.h"
Include dependency graph for RandomFuns.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Compounds | |
class | RandomFun |
A FloatFun that returns a Random value, taking an intfun as seed. More... | |
class | GaussRandomFun |
A FloatFun that returns a gaussian distributed value from a random number. More... | |
class | Poisson1Fun |
A IntFun that returns a Poisson-distributed value from a uniform random number. More... | |
class | Poisson2Fun |
A IntFun that returns a Poisson-distributed value from a uniform random number (gaussian approximation). More... | |
class | HistoRandomFun |
A FloatFun that returns a random number distributed according to a histogram. More... | |
class | HistoRandomIntFun |
A FloatFun that returns a random number distributed according to a histogram. More... |