Ignore:
Timestamp:
Apr 30, 2009, 7:06:50 PM (16 years ago)
Author:
ansari
Message:

Suite modifs / adaptation avec l'introduction de la suite des classes RandomGeneratorInterface et Cie , Reza 30/04/2009

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/BaseTools/randinterf.h

    r3609 r3612  
    1515namespace SOPHYA {
    1616
     17//! enum definition for usual types of probability distributio finctions
     18enum RNDTypes {
     19  C_RND_Flat = 0,
     20  C_RND_Gaussian = 1,
     21  C_RND_Poisson = 2,
     22  C_RND_Exponential = 3
     23};
     24 
    1725//! enum definition for the type of algorithm used for Gaussian distribution generation
    1826enum GaussianGenAlgo {
Note: See TracChangeset for help on using the changeset viewer.