Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenrandom_number.h
Go to the documentation of this file.
00001 /*********************************************************************************** 00002 random_number.h 00003 00004 * Copyright (c) 1997-1998 00005 * Mark of the Unicorn, Inc. 00006 * 00007 * Permission to use, copy, modify, distribute and sell this software 00008 * and its documentation for any purpose is hereby granted without fee, 00009 * provided that the above copyright notice appear in all copies and 00010 * that both that copyright notice and this permission notice appear 00011 * in supporting documentation. Mark of the Unicorn makes no 00012 * representations about the suitability of this software for any 00013 * purpose. It is provided "as is" without express or implied warranty. 00014 00015 ***********************************************************************************/ 00016 #ifndef RANDOM_NUMBER_DWA120298_H_ 00017 #define RANDOM_NUMBER_DWA120298_H_ 00018 00019 #include <stddef.h> 00020 00021 // Return a random number in the given range. 00022 unsigned random_number( size_t range ); 00023 00024 // default base for random container sizes 00025 extern unsigned random_base; 00026 00027 #endif // #include guard Generated on Thu May 24 2012 04:35:39 for ReactOS by
1.7.6.1
|