Changeset 3617 in Sophya for trunk/SophyaLib/SysTools/cexpre.cc


Ignore:
Timestamp:
May 2, 2009, 11:43:17 AM (16 years ago)
Author:
cmv
Message:

chgt nom Gaussian -> GaussianRand etc.. pour ambiguite, cmv 02/05/2009

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/SysTools/cexpre.cc

    r3615 r3617  
    220220static double _CE_rand01() { return drand01(); }
    221221static double _CE_randpm1() { return drandpm1(); }
    222 static double _CE_gaurand() { return Gaussian(1.,0.); }
     222static double _CE_gaurand() { return GaussianRand(1.,0.); }
    223223//---------------------------------------------------------
    224224CE_FuncExp::CE_FuncExp(string const & func)
Note: See TracChangeset for help on using the changeset viewer.