rngtest.cpp

Go to the documentation of this file.
00001 #include <iostream>
00002 #include "UniformRNG.h"
00003 
00004 int main()
00005 {
00006         UniformRNG Random;
00007         
00008         for (int i = 0; i < 100000; ++i)
00009                 std::cout << Random.GetNumber(-10,10) << " " << Random.GetNumber(-10,10) << std::endl;
00010 }

Generated on Mon Sep 15 12:54:34 2008 for GPLIB++ by  doxygen 1.5.5