pub fn random_in_range( min: RandomNumber, max: RandomNumber, ) -> Result<RandomNumber, SystemTimeError>