Changeset 3615 in Sophya for trunk/SophyaLib/SysTools/rpneval.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/rpneval.cc

    r2913 r3615  
    238238    }
    239239    else if (args[k] == "gaurand") {
    240       double rnd = GauRnd(0., 1.);
     240      double rnd = Gaussian(1.,0.);
    241241      rpnstack_.push(rnd);
    242242    }
Note: See TracChangeset for help on using the changeset viewer.