Changeset 3617 in Sophya for trunk/SophyaLib/SysTools/cexpre.cc
- Timestamp:
- May 2, 2009, 11:43:17 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/SysTools/cexpre.cc
r3615 r3617 220 220 static double _CE_rand01() { return drand01(); } 221 221 static double _CE_randpm1() { return drandpm1(); } 222 static double _CE_gaurand() { return Gaussian (1.,0.); }222 static double _CE_gaurand() { return GaussianRand(1.,0.); } 223 223 //--------------------------------------------------------- 224 224 CE_FuncExp::CE_FuncExp(string const & func)
Note:
See TracChangeset
for help on using the changeset viewer.