Is your feature request related to a problem? Please describe.
It is convenient to have same methods for uint - uint64 that we have for int type. For example:
UIntBetween(min, max uint64) uint64 - UInt64Between(min, max uint64) uint64.
Describe the solution you'd like
We can take the IntBetween(min, max int) int as basement and make UIntXXBetween(min, max uintXX) uintXX.
Is your feature request related to a problem? Please describe. It is convenient to have same methods for uint - uint64 that we have for int type. For example: UIntBetween(min, max uint64) uint64 - UInt64Between(min, max uint64) uint64.
Describe the solution you'd like We can take the IntBetween(min, max int) int as basement and make UIntXXBetween(min, max uintXX) uintXX.