ID: org.asnelt.derandom
Version: 1.7
File Size: 1.1Mb
Derandom Screenshots
Derandom Description
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. The app will then try to predict following numbers from the generator.
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.
The source of this app is published on GitHub.
What's new in Derandom 1.7
Added socket input option.Accelerated generator detection.