| LibRan
    0.1
    Pseudo-random number distribution generator | 
A special object for using a user defined CDF. More...
#include <libran.h>
| Data Fields | |
| double(* | dcdf )(double x) | 
| float(* | fcdf )(float x) | 
A special object for using a user defined CDF.
This is another auxiliary object specialized to the LR_type = uinvcdf. The user will supply their own defined CDF which will be used via the inversion method. The new random variate will be given by  where U is a uniformly distributed random variate on the interval [0,1).
 where U is a uniformly distributed random variate on the interval [0,1).
The user will define any CDF attributes externally of LibRan.
 1.8.13
 1.8.13