#include <rng.h>
Inheritance diagram for Uniform:

Public Member Functions | |
| Uniform () | |
| Uniform (Random_t s, Random_t l) | |
| Uniform (const Uniform &c) | |
| virtual Random_t | Value () |
| virtual Random * | Copy () const |
Private Attributes | |
| Random_t | m_min |
| Random_t | m_max |
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
Reimplemented from Random. |
|
|
Reimplemented from Random. |
|
|
|
|
|
|
1.3.9.1