Quantum-Chess
0.5
Chargement...
Recherche...
Aucune correspondance
Random.hpp
Aller à la documentation de ce fichier.
1
#ifndef RANDOM_HPP
2
#define RANDOM_HPP
3
4
namespace
rnd
5
{
12
int
randint
(
int
a,
int
b);
13
20
double
randreal
(
double
a,
double
b);
21
}
22
23
24
#endif
rnd
Definition
Random.cpp:10
rnd::randreal
double randreal(double a, double b)
Renvoie un réel dans l'intervale [a, b)
Definition
Random.cpp:17
rnd::randint
int randint(int a, int b)
Renvoie un entier dans l'intervale [a, b].
Definition
Random.cpp:11
src
Random
Random.hpp
Généré par
1.13.2