StdDefs.cpp

Go to the documentation of this file.
00001 
00007 #include "StdDefs.h" 
00008 
00009 float frand()
00010 {
00011     unsigned int x = rand();
00012     return float(float(x) / float(RAND_MAX));
00013 }

Generated on Thu Jan 31 21:48:49 2008 for RayTracer by  doxygen 1.5.4