LibRan  0.1
Pseudo-random number distribution generator
File List
Here is a list of all documented files with brief descriptions:
[detail level 12]
  aux
 gsn.cAuxillary program to perform the derivations necessary for computing the CDF and PDF for summing a number of uniform random variates. Can safely handle upto 12 uniform random variates without overflow
  tests
 LRtest.c
 LRtunif.c
  tmp
 eggg.c
 eppp.c
 esss.c
  urand
 config.hGenerated by the configuration step
 turand.cBasic urand test program
 urand.cSpecialized sequential congruential uniform pseudo-random number generator
 urand.h
 config.h
 ebbb.c
 libran.hThe LibRan common header file
 LRbin.cSet of LibRan binning functions
 LRbinom.cThe Binomial distribution with probability of success p > 0 and n independent tests
 LRcauchy.cThe Cauchy (or Lorentz) distribution centered on m and width given by 2s
 LRdf.cCall the associated functions for the given random variate distribution
 LRerlang.cThe Erlang distribution with shape k > 0 and scale m > 0
 LRerror.cLibRan error codes and messages
 LRgaus.cThe Gaussian (Normal) distributions centered on m and width given by 2s
 LRgeom.cThe Geometric distribution with a probability of success 0 < p < 1
 LRgsn.cThe gaussian-like distributions based on the Central Limit Theorem
 LRlspline.cPiecewise linear spline distribution
 LRnew.cCreate a new LR_obj object and set some parameter values
 LRnexp.cThe negative-exponential distribution has mean m and deviation m
 LRpiece.cPiecewise uniform distribution
 LRpoisson.cThe Poisson distribution with rate p > 0
 LRset.cCollection of methods to handle setting the various LR_obj parameters
 LRuinvcdf.cA user defined random variate using the inverse method on a given CDF
 LRunif.cThe uniform distribution on the [a,b) interval
 LRversion.cLibRan version info