Derandom

Pseudo random number predictor
AppID:org.asnelt.derandom
Author:Arno Onken
License:Apache-2.0
Donation:Bitcoin
InRepoSince:2015-01-12
LastRepoUpdate:2020-10-19
LastAppUpdate:Unknown
LastVersion:2.4
Categories:Security
APK source:
Google Play:Check if it's there
icon Predicts pseudo random numbers based on a sequence of observed numbers.

Enter a sequence of numbers that you obtained from a pseudo random number generator like, for instance, the Java standard pseudo random number generator or the Mersenne Twister MT19937. The app will then try to predict following numbers from the generator.

The app expects all numbers to be entered as integers or floating point numbers between zero and one. Currently, floating point numbers are supported for the Mersenne Twister only. Three input modes are supported:
1. Text field lets you enter the numbers directly on the device.
2. File lets you choose a file with newline separated number strings.
3. Socket opens a server socket on the device. You can then connect with a custom client by means of a client socket and send newline separated number strings to the server. After each number the server will send back the next newline separated predictions. Each block of predictions is separated by an additional newline.

To test the app, enter the following numbers in the Text field:

1412437139
1552322984
168467398
1111755060
-928874005


These numbers were sampled from the Java linear congruential generator Random.nextInt(). Thus, the app should detect LCG: Java after the third number input, and numbers in the prediction history should appear in green instead of red, indicating that those numbers were correctly predicted.

The source code of this app is published on GitLab. There you can also find a Python program for testing socket input: https://gitlab.com/asnelt/derandom/blob/HEAD/README.md

WhatsNew:

Made adjustments for Android 11.

Download Source Issues
screenshot1.png screenshot2.png screenshot3.png screenshot4.png screenshot5.png screenshot6.png screenshot7.png screenshot8.png
While you can download the APKs here directly, you should preferably use an F-Droid client so the app stays up-to-date on your device.

Packages

Version 2.4 (2020-10-19)

Android Versions:
  • Target: 11.0
  • MinVer: 4.0.3

Download (2.1 M)

Version 2.3 (2019-09-11)

Version 2.2 (2018-10-08)