public marks

PUBLIC MARKS from YukuanMark with tag RNG

15 August 2006

5.9 random -- Generate pseudo-random numbers

This module implements pseudo-random number generators for various distributions

29 July 2006

A Proposal to Add an Extensible Random Number Facility to the Standard Library (Revision 2)

Computers are deterministic machines by design: equal input data results in equal output, given the same internal state. Sometimes, applications require seemingly non-deterministic behaviour, usually provided by generating random numbers. Such application

Boost Random Number Library

Random numbers are useful in a variety of applications. The Boost Random Number Library (Boost.Random for short) provides a vast variety of generators and distributions to produce random numbers having useful properties, such as uniform distribution.

Mersenne Twister: A random number generator (since 1997/10)

A very fast random number generator Of period 2^19937 - 1

YukuanMark's TAGS related to tag RNG

Algorithm +   boost +   cpp +   language +   lib +   python +   random +   template +