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


Public Member Functions | |
| OredVectRandom (void) | |
| ~OredVectRandom (void) | |
| Real | Next () |
| ExtReal | Mean () const |
| ExtReal | Variance () const |
Private Attributes | |
| int | ati |
|
|
Definition at line 677 of file newran.h.
00677 : ati( -1 ) {} |
|
|
Definition at line 678 of file newran.h.
00679 {}
|
|
|
Reimplemented from Random. Definition at line 688 of file newran.h.
00688 { return 0.0; }
|
|
|
Reimplemented from Random. Definition at line 681 of file newran.h. References Real.
|
|
|
Reimplemented from Random. Definition at line 689 of file newran.h.
00689 { return 0.0; }
|
|
|
|
1.3.3