Alex Bikfalvi
You are here: Home > Projects > SimStream > Documentation
00001 #pragma once 00002 00003 class CRand 00004 { 00005 public: 00006 static __uint32 Init(); 00007 00008 static double Generate(); 00009 static __uint32 Generate(__uint32 max); 00010 00011 static __uint32 GenerateUInt32(); 00012 };
Last updated: February 8, 2011