#include <aleas.hxx>
Public Member Functions | |
Aleatoire (long) | |
virtual std::vector< double > * | gen (void) |
virtual void | fill (std::vector< double > &) |
virtual double | tire (void)=0 |
Protected Attributes | |
long | size |
Aleatoire::Aleatoire | ( | long | sz | ) |
|
virtual |
Reimplemented in SpherePositif, and Sphere.
Definition at line 104 of file aleas.cxx.
References CORBAEngineTest::i, size, and tire().
Referenced by Sphere::fill(), and gen().
|
virtual |
Definition at line 111 of file aleas.cxx.
References fill(), PMMLBasicsTestLauncher::ret, and size.
Referenced by Point::next().
|
pure virtual |
Implemented in NormalePositif, Normale, and Cube.
Referenced by fill().
|
protected |
Definition at line 29 of file aleas.hxx.
Referenced by Aleatoire(), fill(), Sphere::fill(), SpherePositif::fill(), and gen().