fn uintLessThanBiased(r: Random, comptime T: type, less_than: T) T

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

Parameters

r: Random,
T: type,
less_than: T,