Changeset 3615 in Sophya for trunk/SophyaLib/SysTools/commander.cc
- Timestamp:
- May 1, 2009, 1:34:31 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/SysTools/commander.cc
r3581 r3615 584 584 kw = "autoiniranf"; 585 585 usage = "> Automatic random number generator initialisation\n"; 586 usage += " by Auto _Ini_Ranf(int lp) \n";586 usage += " by AutoInitRand(int lp) \n"; 587 587 usage += " Usage: autoiniranf"; 588 588 RegisterCommand(kw, usage, NULL, grp); … … 1955 1955 } 1956 1956 else if (kw == "autoiniranf") { 1957 Auto _Ini_Ranf(1);1957 AutoInitRand(1); 1958 1958 return(0); 1959 1959 }
Note:
See TracChangeset
for help on using the changeset viewer.