#include <newran.h>
Inheritance diagram for RepeatedRandom:
Public Member Functions | |
Real | Next () |
ExtReal | Mean () const |
ExtReal | Variance () const |
Private Member Functions | |
void | tDelete () |
RepeatedRandom (Random &rvx, int nx) | |
Private Attributes | |
Random * | rv |
int | n |
Friends | |
class | Random |
|
Definition at line 463 of file newran.h.
|
|
Reimplemented from Random. Definition at line 657 of file newran.cpp. References Random::Mean(), n, Real, and rv.
|
|
Reimplemented from Random. Definition at line 809 of file newran.cpp. References n, Random::Next(), Real, and rv.
|
|
Reimplemented from Random. Definition at line 456 of file newran.h. References tron.
|
|
Reimplemented from Random. Definition at line 659 of file newran.cpp. References n, Real, rv, and Random::Variance().
|
|
|
|
Definition at line 455 of file newran.h. Referenced by Mean(), Next(), and Variance(). |
|
Definition at line 455 of file newran.h. Referenced by Mean(), Next(), and Variance(). |