{"package_name":"org.asnelt.derandom","name":"Derandom","summary":"Pseudo random number predictor","category":"Security","icon_url":"/api/icon/org.asnelt.derandom","latest_version_code":16,"latest_version_name":"2.6","apk_url":"/api/apk/org.asnelt.derandom","apk_size":3177972,"apk_sha256":"7a68e55b2e7da4dc7d7b10d1b2208617161b7e0d58680c2d8f20bdfd325f8085","source_kind":"fdroid-repo","repo_slug":"fdroid-main","last_updated":1779371404,"release_timestamp":1764576292,"description":"Predicts pseudo random numbers based on a sequence of observed numbers.\n\nEnter 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.\n\nThe 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:\n1. <em>Text field</em> lets you enter the numbers directly on the device.\n2. <em>File</em> lets you choose a file with newline separated number strings.\n3. <em>Socket</em> 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.\n\nTo test the app, enter the following numbers in the <em>Text field</em>:\n<code>\n1412437139\n1552322984\n168467398\n1111755060\n-928874005\n</code>\n\nThese numbers were sampled from the Java linear congruential generator <em>Random.nextInt()</em>.  Thus, the app should detect <em>LCG: Java</em> 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.\n\nThe 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\n","categories":["Security"]}