Gear61 / Random-Number-Generator

A clean, simple random number generator for Android. Downloaded 180,000+ times and rated 2,000+ times on Google Play with 4.7+ average rating.
39 stars 24 forks source link

RNG min/max range is asymmetric #42

Closed elydpg closed 5 years ago

elydpg commented 5 years ago

See this image

asymmetric min/max range

The least allowed negative integer is -99999999 (-10^8 + 1) while the greatest allowed positive integer 999999999 (10^9 - 1). In theory, the least allowed integer should be -10^9 + 1.

Gear61 commented 5 years ago

This is intentional; it's capped by the limit of characters of the EditTexts.