Changeset 3597 in Sophya for trunk/SophyaLib/BaseTools/srandgen.h
- Timestamp:
- Apr 21, 2009, 1:50:50 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/BaseTools/srandgen.h
r3389 r3597 64 64 65 65 void SetGauRange(double range); 66 floatNorRand1(void);66 double NorRand1(void); 67 67 double GauRnd1(double am, double s); 68 floatNorRand(void);68 double NorRand(void); 69 69 double GauRnd(double am, double s); 70 70 int NormCo(double *a,double *b
Note:
See TracChangeset
for help on using the changeset viewer.