Update org.asnelt.derandom.txt
Change repository from GitHub to GitLab Remove Summary and Description fields Add latest version 2.2
This commit is contained in:
parent
48367d8dcd
commit
e910aa950a
|
@ -1,36 +1,14 @@
|
|||
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
|
||||
Web Site:https://gitlab.com/asnelt/derandom/blob/HEAD/README.md
|
||||
Source Code:https://gitlab.com/asnelt/derandom
|
||||
Issue Tracker:https://gitlab.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
|
||||
Repo:https://gitlab.com/asnelt/derandom.git
|
||||
|
||||
Build:1.3,4
|
||||
commit=v1.3
|
||||
|
@ -72,7 +50,12 @@ Build:2.1,11
|
|||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:2.2,12
|
||||
commit=v2.2
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:2.1
|
||||
Current Version Code:11
|
||||
Current Version:2.2
|
||||
Current Version Code:12
|
||||
|
|
Loading…
Reference in a new issue