Open TGIshib opened 8 years ago
Returns a random int from the [left,right] interval. Result could be equal to left, right, or (left + i * step) <= right.
Sure. As well it would be good to use srand(time(NULL)) in the main function.
Returns a random int from the [left,right] interval. Result could be equal to left, right, or (left + i * step) <= right.