Is it normal that documentation tells exclusive for maximum in the summary
"Generates a random integer value between a min (inclusive) and a max (exclusive) value."
But inclusive for param
"The inclusive upper bound of the random number returned."
|
/// <param name="maxValue">The inclusive upper bound of the random number returned.</param> |