Download List

專案描述

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.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2012-12-28 06:41
4.0.0

A new underlying generator is used, with a higher degree of confidence the random numbers are unbiased. There are no significant changes to the API.
標籤: Major

2011-05-12 23:51
3.4.1

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.
標籤: tests minor

2011-04-15 00:34
3.4.0

There are new API functions for shuffles, choosing, and sampling. There are new test programs for the new functions.
標籤: Minor feature enhancements

2010-10-27 18:13
3.3.4

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

2010-09-24 17:40
3.3.3

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.
標籤: Minor feature enhancements

Project Resources