Home | Trees | Indices | Help |
|
---|
|
object --+ | ??.instance --+ | RandomEngine
Help on RandomEngine [class]: \file RandomEngine.h \brief Random number generators (based on the boostrandom library) This provides a minimal run-time polymorphism based interface to the template based version provided by the boostrandom library. #ifdef _MSC_VER # pragma warning(disable:4244) warning C4244: 'initializing' : conversion from 'boost::uint64_t' to 'boost::uint32_t', possible loss of data #endif #include date_timeposix_timeposix_time.hpp> using namespace boost::posix_time; #include random.hpp> #ifdef _MSC_VER # undef min # undef max #endif Interface definition for a random number generator Generates random numbers (double precision) distributed uniformly over the interval [0,1)
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
__instance_size__ = 16
|
|
|||
Inherited from |
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Help on void RandomEngine::seed(unsigned int s) [member function] Help on void RandomEngine::seed() [member function] |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Apr 19 19:45:26 2008 | http://epydoc.sourceforge.net |