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/commander.cc

    r3581 r3615  
    584584kw = "autoiniranf";
    585585usage  = "> Automatic random number generator initialisation\n";
    586 usage += "   by Auto_Ini_Ranf(int lp) \n";
     586usage += "   by AutoInitRand(int lp) \n";
    587587usage += "   Usage: autoiniranf";
    588588RegisterCommand(kw, usage, NULL, grp);
     
    19551955  }
    19561956else if (kw == "autoiniranf") {
    1957   Auto_Ini_Ranf(1);
     1957  AutoInitRand(1);
    19581958  return(0);
    19591959}
Note: See TracChangeset for help on using the changeset viewer.