Changeset 680 for trunk/test/rnd_test.cc
- Timestamp:
- Oct 11, 2006, 7:49:03 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/rnd_test.cc
r675 r680 30 30 int main(const int argc,const char* argv[]) 31 31 { 32 using namespace theplu;33 32 std::ostream* error; 34 33 if (argc>1 && argv[1]==std::string("-v")) … … 42 41 bool ok = true; 43 42 44 theplu:: random::RNG* rng=theplu::random::RNG::instance();43 theplu::yat::random::RNG* rng=theplu::yat::random::RNG::instance(); 45 44 // testing that minimal integer is zero for the generator 46 45 if (rng->min()){
Note: See TracChangeset
for help on using the changeset viewer.