Release Notes
No versioned releases have been made yet.
New Features in OSL
osl_core module with basic precision parameters, mathematical constants, IEEE floating point procedures, formatted output, and some special functions.
New osl_rng module with a uniform generator based on the mzran algorithm and generators for several common continuous distributions (Uniform, Normal, Exponential, Gumbel) as well as general discrete distributions.
New osl_dist module with PDFs, CDFs, quantile functions of some common continuous probability distributions (Uniform, Normal, Exponential, Gumbel).
New osl_stat module with procedures for generating sample statistics and for carrying out more specialized statistical procedures.
New osl_permutation module with procedures for listing, ranking, unranking, and manipulating permutations.
New osl_combination module with procedures for listing, ranking, unranking, and manipulating combinations.
New osl_siman module for optimization via simulated annealing
New osl_func containing a collection of test functions.
New osl_diff module for calculating finite difference gradients, Jacobians, and Hessians.
Examples for almost all routines in the above modules.
Initial version of website and reference manual.