Crow  0.0.4

◆ get_random_number()

int nlohmann::crow_utilities::get_random_number ( int  lower,
int  upper 
)
Parameters
[in]lowerlower bound
[in]upperupper 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.