ReactOS
0.4.16-dev-751-g45ed1a9
random_number.h
Go to the documentation of this file.
1
/***********************************************************************************
2
random_number.h
3
4
* Copyright (c) 1997-1998
5
* Mark of the Unicorn, Inc.
6
*
7
* Permission to use, copy, modify, distribute and sell this software
8
* and its documentation for any purpose is hereby granted without fee,
9
* provided that the above copyright notice appear in all copies and
10
* that both that copyright notice and this permission notice appear
11
* in supporting documentation. Mark of the Unicorn makes no
12
* representations about the suitability of this software for any
13
* purpose. It is provided "as is" without express or implied warranty.
14
15
***********************************************************************************/
16
#ifndef RANDOM_NUMBER_DWA120298_H_
17
#define RANDOM_NUMBER_DWA120298_H_
18
19
#include <stddef.h>
20
21
// Return a random number in the given range.
22
unsigned
random_number
(
size_t
range
);
23
24
// default base for random container sizes
25
extern
unsigned
random_base
;
26
27
#endif
// #include guard
range
GLenum GLint * range
Definition:
glext.h:7539
random_number
unsigned random_number(size_t range)
Definition:
random_number.cpp:26
random_base
unsigned random_base
Definition:
random_number.cpp:39
sdk
lib
3rdparty
stlport
test
eh
random_number.h
Generated on Sun Feb 16 2025 06:13:43 for ReactOS by
1.9.6