#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 Sphere, and SpherePositif.
Definition at line 104 of file aleas.cxx.
References yacsorb.CORBAEngineTest::i, size, and tire().
Referenced by Sphere::fill(), and gen().
|
virtual |
Definition at line 111 of file aleas.cxx.
Referenced by Point::next().
|
pure virtual |
Implemented in Cube, Normale, and NormalePositif.
Referenced by fill().
|
protected |
Definition at line 29 of file aleas.hxx.
Referenced by Aleatoire(), fill(), Sphere::fill(), SpherePositif::fill(), and gen().