fn uintAtMostBiased(r: Random, comptime T: type, at_most: T) T

Constant-time implementation off uintAtMost. The results of this function may be biased.

Parameters

r: Random,
T: type,
at_most: T,