Projects / gjrand

gjrand

gjrand is a programmer's library for pseudo-random numbers. It includes random number generator testing code and is intended for simulation, games, and "Monte-Carlo" algorithms. It produces pseudo-random numbers of the types: uniform integers, uniform reals, normally distributed reals, binomial, Poisson, integer permutation, chi-squared distribution, "Student" T distribution, and spherical distribution.

Tags
Licenses
Implementation

RSS Recent releases

  •  30 Jun 2011 21:15

Release Notes: There are minor performance tweaks for a few library functions. The test programs for normal distribution have some major updates.

  •  12 May 2011 14:51

Release Notes: There are only trivial changes to the library. Many of the test progams now accept --progress to output progress reports every now and then. Some of the bad example generators have been tweaked.

  •  14 Apr 2011 15:34

Release Notes: There are new API functions for shuffles, choosing, and sampling. There are new test programs for the new functions.

  •  27 Oct 2010 09:13

Release Notes: The testfunif tests have been updated, with one new test and some tweaks to others. There are only trivial changes in the library.

  •  24 Sep 2010 08:40

Release Notes: There are minor code tweaks in the library, resulting in possible performance improvement for some code, but no API changes. The testunif test suite has major changes, including the removal of three weak tests, two new sub-tests in the rda test, and miscellaneous tweaks.

Screenshot

Project Spotlight

poppler

A PDF rendering library.

Screenshot

Project Spotlight

spideyfs

A FUSE filesystem over HTTP with a mini PHP interface on the server side.