std::math::random

next_in_range

macro int next_in_range(random, int min, int max)
Get a random in the range [min, max], both included.

Parameters