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


Ignore:
Timestamp:
May 1, 2009, 1:34:31 PM (16 years ago)
Author:
cmv
Message:

Modifs relatives a l'introduction de RandomGeneratorInterface + delete de srandgen.c, cmv 01/05/2009

File:
1 edited

Legend:

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

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