Version: 9.15.0
Normale Class Reference

#include <aleas.hxx>

Inheritance diagram for Normale:
Collaboration diagram for Normale:

Public Member Functions

 Normale (long s)
 
virtual double tire (void)
 
- Public Member Functions inherited from Aleatoire
 Aleatoire (long)
 
virtual std::vector< double > * gen (void)
 
virtual void fill (std::vector< double > &)
 

Additional Inherited Members

- Protected Attributes inherited from Aleatoire
long size
 

Detailed Description

Definition at line 43 of file aleas.hxx.

Constructor & Destructor Documentation

◆ Normale()

Normale::Normale ( long  s)
inline

Definition at line 45 of file aleas.hxx.

45 : Aleatoire(s) {};
Aleatoire(long)
Definition: aleas.cxx:98

Member Function Documentation

◆ tire()

double Normale::tire ( void  )
virtual

Implements Aleatoire.

Definition at line 133 of file aleas.cxx.

134 {
135  return randGauss();
136 }
static double randGauss(void)
Definition: aleas.cxx:73

References randGauss().


The documentation for this class was generated from the following files: