Public Member Functions

boost::xint::default_random_generator Class Reference

A convenience class for general-purpose (insecure) random numbers. More...

List of all members.

Public Member Functions

 default_random_generator ()

Detailed Description

A convenience class for general-purpose (insecure) random numbers.

This is nothing more than a very thin shell around one of the faster pseudo-random number generators provided by Boost.Random.

See also:
The XInt Random Number System
integer_t::random_by_size
integer_t::random_prime

Definition at line 86 of file random.hpp.


Constructor & Destructor Documentation

boost::xint::default_random_generator::default_random_generator (  )  [inline]

Definition at line 88 of file random.hpp.


The documentation for this class was generated from the following file:

© Copyright Chad Nelson, 2010-2011. Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)