Crow
0.0.4
◆
get_random_number()
int nlohmann::crow_utilities::get_random_number
(
int
lower
,
int
upper
)
Parameters
[in]
lower
lower bound
[in]
upper
upper bound
Returns
lower <= x <= upper
Note
The C++11 random implementation is broken in MinGW, so we need to fall back to std::rand().
Definition at line
161
of file
crow_utilities.cpp
.
nlohmann
crow_utilities
Generated by
1.8.15