Scythe-1.0.3
Public Member Functions
scythe::scythe_randseed_error Class Reference

Random number seed error. More...

#include <scythestat/error.h>

Inheritance diagram for scythe::scythe_randseed_error:
Inheritance graph
[legend]
Collaboration diagram for scythe::scythe_randseed_error:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 scythe_randseed_error (const std::string &file, const std::string &function, const unsigned int &line, const std::string &message="", const bool &halt=false) throw ()

Detailed Description

Random number seed error.

Library members throw this exception when a random number generator is provided with an illegitimate starting seed value. For example, the lecuyer class requires seeds within a certain range to operate properly and will throw this exception when seeded with a number outside of that range.


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