#include <newran.h>
Inheritance diagram for ReciprocalRandom:


Public Member Functions | |
| Real | Next () |
| ExtReal | Mean () const |
| ExtReal | Variance () const |
Protected Member Functions | |
| ReciprocalRandom (Random &rvx, Real sx) | |
| void | tDelete () |
Protected Attributes | |
| Random * | rv |
| Real | s |
Friends | |
| ReciprocalRandom & | operator/ (Real, Random &) |
|
||||||||||||
|
Definition at line 413 of file newran.h.
|
|
|
Reimplemented from Random. Definition at line 424 of file newran.h. References Missing.
00424 { return Missing; }
|
|
|
Reimplemented from Random. Definition at line 655 of file newran.cpp. References Random::Next(), Real, rv, and s.
|
|
|
Reimplemented from Random. Definition at line 414 of file newran.h. References tron.
|
|
|
Reimplemented from Random. Definition at line 425 of file newran.h. References Missing.
00425 { return Missing; }
|
|
||||||||||||
|
Definition at line 715 of file newran.cpp.
00716 {
00717 ReciprocalRandom* r = new ReciprocalRandom(rv, s);
00718 if (!r) ErrorNoSpace(); return *r;
00719 }
|
|
|
Definition at line 412 of file newran.h. Referenced by Next(). |
|
|
Definition at line 412 of file newran.h. Referenced by Next(). |
1.3.3