cel_genrandom.h

Go to the documentation of this file.
00001 //----------------------------------------------------------------------------
00004 //
00005 // (C) 2003-2006 Celartem Technology Inc. All rights reserved.
00006 //----------------------------------------------------------------------------
00007 
00008 #ifndef _cel_genrandom_h_
00009 #define _cel_genrandom_h_
00010 
00011 #include "cel_types.h"
00012 
00013 namespace Celartem
00014 {
00018     struct GenRandom
00019     {
00027         static void generate(void *outBuffer, size_t inBufSize);
00028     };
00029 }
00030 
00031 #endif // _cel_genrandom_h_

This document is automatically generated using doxygen 1.5.4 at Fri Jun 27 18:21:54 2008.