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