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


Ignore:
Timestamp:
Apr 21, 2009, 1:50:50 PM (16 years ago)
Author:
cmv
Message:

NorRand et GauRnd retournent double + elimination des label LAB: , cmv 21/04/2009

File:
1 edited

Legend:

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

    r3389 r3597  
    6464
    6565void SetGauRange(double range);
    66 float NorRand1(void);
     66double NorRand1(void);
    6767double GauRnd1(double am, double s);
    68 float NorRand(void);
     68double NorRand(void);
    6969double GauRnd(double am, double s);
    7070int NormCo(double *a,double *b
Note: See TracChangeset for help on using the changeset viewer.