send link to app

True Random Numbers app for iPhone and iPad


4.8 ( 9248 ratings )
Utilities
Developer: Sofyan Benabdalla
Free
Current version: 3.0, last update: 4 years ago
First release : 24 Jul 2019
App size: 302 Kb

Unique true random number generator with clean user interface that works by using only the CPU of your device.

How it works?

The CPU of your device is probed to generate a bias free, and uniformally distributed random 32 bit unsigned integer with an informational entropy of 32. Once a random 32 bit unsigned integer is generated, Modulo function is applied to it to refine it to a specific range specified by a user. The output of the generator is limited to 65,535 for bias, layout control, and aesthetic purposes.

This true random number generator has no seeds, no dependencies, and the inputs to it are always fixed with exception of the refining part using the Modulo function for range control purposes according to a user input.

Enjoy, and good luck.