LibRan  0.1
Pseudo-random number distribution generator
How To Expand LibRan

This document will help the developer to add another random variate distribution. First you need to have developed an algorithm to generate the random variate, the probability distribution function, and the cumulative distribution function. Once these are ready then do the following (suppose we call the distribution xxx as an example):

libran.h

LRnew.c

LRxxx.c

Makefile.am

tests/LRtest.c