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

Public Member Functions | |
| Pareto () | |
| Pareto (Random_t m) | |
| Pareto (Random_t m, Random_t s) | |
| Pareto (Random_t m, Random_t s, Random_t b) | |
| Pareto (const Pareto &c) | |
| virtual Random_t | Value () |
| virtual Random * | Copy () const |
Private Attributes | |
| Random_t | m_mean |
| Random_t | m_shape |
| Random_t | m_bound |
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
Reimplemented from Random. |
|
|
Reimplemented from Random. |
|
|
|
|
|
|
|
|
|
1.3.9.1