Changeset 3615 in Sophya for trunk/SophyaProg/Tests/tfft.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/SophyaProg/Tests/tfft.cc

    r3572 r3615  
    7070  if (inp_typ_random)
    7171    for (i=0; i<num ; i++){
    72       ino[i] = in[i] = GauRnd(0., 1.);
     72      ino[i] = in[i] = Gaussian(1.,0.);
    7373      inc[i] = complex<T> (in[i], 0.);
    7474    }
Note: See TracChangeset for help on using the changeset viewer.