79 lines
1.9 KiB
Plaintext
79 lines
1.9 KiB
Plaintext
Categories:Security
|
|
License:Apache-2.0
|
|
Web Site:https://github.com/asnelt/derandom/blob/HEAD/README.md
|
|
Source Code:https://github.com/asnelt/derandom
|
|
Issue Tracker:https://github.com/asnelt/derandom/issues
|
|
Bitcoin:1NZz4TGpJ1VL4Qmqw7aRAurASAT3Cq5S6s
|
|
|
|
Auto Name:Derandom
|
|
Summary:Pseudo random number predictor
|
|
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
|
|
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:
|
|
|
|
# Text field lets you enter the numbers directly on the device.
|
|
# File lets you choose a file with newline separated number strings.
|
|
# 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.
|
|
.
|
|
|
|
Repo Type:git
|
|
Repo:https://github.com/asnelt/derandom.git
|
|
|
|
Build:1.3,4
|
|
commit=v1.3
|
|
subdir=app
|
|
gradle=yes
|
|
|
|
Build:1.4,5
|
|
commit=v1.4
|
|
subdir=app
|
|
gradle=yes
|
|
|
|
Build:1.5,6
|
|
commit=v1.5
|
|
subdir=app
|
|
gradle=yes
|
|
|
|
Build:1.6,7
|
|
commit=v1.6
|
|
subdir=app
|
|
gradle=yes
|
|
|
|
Build:1.7,8
|
|
commit=v1.7
|
|
subdir=app
|
|
gradle=yes
|
|
|
|
Build:1.8,9
|
|
commit=v1.8
|
|
subdir=app
|
|
gradle=yes
|
|
|
|
Build:2.0,10
|
|
commit=v2.0
|
|
subdir=app
|
|
gradle=yes
|
|
|
|
Build:2.1,11
|
|
commit=v2.1
|
|
subdir=app
|
|
gradle=yes
|
|
|
|
Auto Update Mode:Version v%v
|
|
Update Check Mode:Tags
|
|
Current Version:2.1
|
|
Current Version Code:11
|