Changeset 3364 in Sophya for trunk/SophyaLib/BaseTools/srandgen.h


Ignore:
Timestamp:
Oct 29, 2007, 6:34:27 PM (18 years ago)
Author:
cmv
Message:

add PoissRandLimit pour tirage sur distrib poisson avec protection, cmv 29/10/2007

File:
1 edited

Legend:

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

    r3099 r3364  
    7474
    7575int PoissRand(double mu);
     76unsigned long PoissRandLimit(double mu,double mumax /* =10. */ );
    7677
    7778TIREALEA *init_tirage_alea(int nbin,double xmin,double xmax,double (*fonc) (double));
Note: See TracChangeset for help on using the changeset viewer.