ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

random_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 doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.