Changeset 680 for trunk/test/rnd_test.cc


Ignore:
Timestamp:
Oct 11, 2006, 7:49:03 PM (17 years ago)
Author:
Jari Häkkinen
Message:

Addresses #153. Introduced yat namespace. Removed alignment namespace. Clean up of code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/rnd_test.cc

    r675 r680  
    3030int main(const int argc,const char* argv[])
    3131{
    32   using namespace theplu;
    3332  std::ostream* error;
    3433  if (argc>1 && argv[1]==std::string("-v"))
     
    4241  bool ok = true;
    4342
    44   theplu::random::RNG* rng=theplu::random::RNG::instance();
     43  theplu::yat::random::RNG* rng=theplu::yat::random::RNG::instance();
    4544  // testing that minimal integer is zero for the generator
    4645  if (rng->min()){
Note: See TracChangeset for help on using the changeset viewer.