remove \r
[extl.git] / extl / math / rand.h
blobffe6f711c0fb9d842dfb53cbc93223d247af28e6
1 /* ///////////////////////////////////////////////////////////////////////
2 * File: rand.h
4 * Created: 08.05.24
5 * Updated: 08.09.08
7 * Brief: The random number generator
9 * [<Home>]
10 * Copyright (c) 2008-2020, Waruqi All rights reserved.
11 * //////////////////////////////////////////////////////////////////// */
13 #ifndef EXTL_MATH_RAND_H
14 #define EXTL_MATH_RAND_H
16 /*!\file rand.h
17 * \brief The random number generator
20 #ifndef __cplusplus
21 # error rand.h need be supported by c++.
22 #endif
24 /* ///////////////////////////////////////////////////////////////////////
25 * Includes
27 #include "prefix.h"
28 #include "linear_rand.h"
29 #include "rand_selector.h"
30 /* //////////////////////////////////////////////////////////////////// */
31 #endif /* EXTL_MATH_RAND_H */
32 /* //////////////////////////////////////////////////////////////////// */