proj home

Files   Classes   Functions   Hierarchy  

random.cpp

Go to the documentation of this file.
00001 #include <random.h>
00002 
00003 void randomgenerator::seed(uintc s)
00004 {
00005   srand(s);
00006 }
00007 
00008 
00009 
00010 
00011 
00012 
00013 

Generated on Fri Mar 4 00:49:28 2011 for Chelton Evans Source by  doxygen 1.5.8