pub fn random_u128_range(min: u128, max: u128) -> u128
Expand description

Generates a random u128 value between the given min and max.