multovl
1.3
Multiple overlaps of genomic regions
|
Convenience class that wraps a uniform RND generator. More...
#include "randomgen.hh"
Public Member Functions | |
UniformGen (unsigned int seed, double lower=0.0, double upper=1.0) | |
double | operator() () |
Convenience class that wraps a uniform RND generator.
|
inline |
Constructor
seed | random seed to initialise |
lower | the lower bound of the uniform distribution, default 0.0 |
upper | the upper bound of the uniform distribution, default 1.0 |
|
inline |
Generates a random variate.