Main features
Random number generation, done properly.
Any range
Set the minimum and the maximum, then generate random numbers anywhere inside that range.
Integers or decimals
Generate whole numbers, or decimals with however many places you choose.
Batch generation
Generate several numbers at once - useful for draws, lucky numbers and random ordering.
Local generation
Numbers are generated on your own machine and never uploaded to a server, so it is safer.