Document changes mostly and some improved examples.
Merge branch 'sfwork' of ssh://git.code.sf.net/p/libran/code into work
Updated Doxygen config file to latest version and use MathJax to render math.
Added source code links and likely output from the example code.
Fixed spelling error.
Cleared up some Geometric distribution docs.
Added the Binomial distribution.
Spelling error.
Added the set of functions to create for discrete variates and doc fixes.
Added the discrete geometric distribution.
Removed extraneous comment lines.
Merge commit 'bc95e4'
Fixed some document irregularities.
Added the discrete Poisson distribution.
Added a version info routine.
Added the LR_obj float attributes 'p','q' and calloc memory.
Working configure.ac - determines several IRAND constants and times
Now with working and optimised version of urand "package."
Not using the GNU standard for files.
Indented the conditional statements, and updated licensing statement.
Expanded the list of files to ignore.
Updated license info.
Use the git-log tool to generate an acceptable ChangeLog.
Initial LR object creation and set-up. Added automake/autoconf files.
Added the beginning set of CUnit tests.
Have LRset & LRsetall skip over non-valid parameters.
Added a couple routines to URAND to retrieve the important generated
Added the set of urand function references to the LR_obj object.
Have the LRtest program depend on the library so it will be up-to-date.
Added the double unif set of functions.
Added the basic binning routines to create or remove an object, and
Added CUnit tests of the LR_bin_set() function.
Eliminate the data type from the binning object.
Added the binning collector LR_bin_add() and tests.
Added the Unif tests and the float Unif set of functions.
Added the gsn2 random variate distribution.
Added an auxiliary value and pointer to some other object.
Have the piecewise uniform PDF & CDF working.
Make sure the piecewise PDFs are non-negative.
Finished the piecewise uniform distribution part with tests.
Added the linear spline distribution, which is like much like the
Added the linear spline distribution, which is like much like the
Added a flag to the LR_pcs struct to identify when certain preliminary
Unified the error handling and provided a common set of error values
Added the Box-Muller version of the gaussian/normal variate distribution.
Fixed the Gaussian-Box Muller documentation.
Added the LR_check() method to fix the LR_obj parameters (when it
Updated the Design doc to the current version of the LibRan library.
Added the Cauchy/Lorentz distribution to LibRan.
Updated docs to uppercase Gaussian/Normal.
Added another method for generating Cauchy distributed variates using
Added the negative exponential distribution.
Added the conditional extern "C" code to preserve C style linkage.
Fixed up the gsn2 routines to use named values, also the float RAN
Fixed declared array size.
Added a test for symmetric distributions -> PDF(-x)=PDF(x) & CDF(-x)+CDF(x)=1
Added the very difficult Gsn12 distribution with accurate PDF/CDFs.
Added LaTeX documentation to Cauchy/Lorentz distribution.
Added LaTeX documentation to LRgaus for Gaussian/Normal distributions.
Added more detailed documentation to LRerror.c
Moved working file to aux/gsn.c .
Added LaTeX comments to LRnexp.c
Added the LaTeX documentation to the Gaussian-like distributions
Added \latexonly sections where there are \manonly sections.
Added the Gaussian/Normal distribution plots.
\latexonly is only for adding LaTeX code too complicated for Doxygen.
Fixed typo.
Added the detailed documentation for LRpiece.c, including helpful plots.
Added the further and more detailed documentation to LRlspline.c
Added significant documentation to LRset.
Completed the User Inverse CDF portion.
Fixed typo.
Added detailed documentation to urand.c (and config.h).
Added two integer only attributes to LR_obj - k & n.
Document the urand/turand.c test program.
Clarified much of the documentation.
Updated the LR_check() routine with the newer random variate types.
Added the Erlang distribution with tests.
Check for zero explicitly in nexp RAN().
Added a README with mark-down & example code, also the urand.h declaration.
Added the LaTeX code for the mathematical definition of the uniform
Add README.md to list of documents to process.
Reference the expanded documentation.
Added a configure level procedure to find the machine eps and the sqrt too.
Fixed errant docs and remove need for urand.h
Updated the license lines for the urand.
Added the LR_check() routine into the code example.
Added further documentation to LRnew.c
Removed extra line.
Added more detailed documentation regarding the LR_bin object.
Modified some m4 macros for Doxygen doc generation.
Added a logo and some doc changes.
Changed from the specific PDF defining routines to the generic aux routines.
Added more detailed documentation to the LR_bin code.
Added further documentation to LRdf.c and added tests for calling
Added the copyright & license notice, and images for the Cauchy and Erlang
Added documentation on how to add another random variate distribution.