Random-Number-Generator icon indicating copy to clipboard operation
Random-Number-Generator copied to clipboard

Add support for decimal numbers

Open Gear61 opened this issue 6 years ago • 0 comments

Edge cases :(

  • Migrate Realm excluded numbers data: https://play.google.com/store/apps/details?id=com.estrongs.android.pop&hl=en
  • Change excluded numbers to do a HashSet of doubles
  • Multiply inputs by 10^x, where x is the max of trailing numbers after the decimal. Make sure to divide by that number before returning to the user

Gear61 avatar Jul 29 '17 18:07 Gear61