Pol
Revision:cb584c9
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
random.h
Go to the documentation of this file.
1
8
#ifndef RANDOM_H
9
#define RANDOM_H
10
11
namespace
Pol
12
{
13
namespace
Clib
14
{
15
double
random_double
(
double
f );
16
17
int
random_int
(
int
i );
18
19
int
random_int_range
(
int
minI,
int
maxI );
20
}
21
}
22
#endif // RANDOM_H
Pol::Clib::random_int
int random_int(int i)
Definition:
random.cpp:34
Pol::Clib::random_int_range
int random_int_range(int minI, int maxI)
Definition:
random.cpp:43
Pol::Clib::random_double
double random_double(double f)
Definition:
random.cpp:25
Pol
Definition:
berror.cpp:12
clib
random.h
Generated on Wed Oct 10 2018 02:41:49 for Pol by
1.8.11