random-number-generator
675
This project is a http endpoint for serving random numbers within a given range. The Fortuna implementation of Jochen Voss (https://github.com/seehuhn/fortuna) is used.
In case for json format:
{
"min": 1,
"maxExclusive": 10,
"count": 5,
"randomNumbers": [4, 2, 7, 8, 1]
}
In case for int32_le or int32_be format the response is binary.
The RNG Service is using an implementation of Fortuna. To ensure the cryptographical strength cycling and reseeding was implemented in addition.
The cycling causes the RNG to skip a random amount of random numbers (1 up to 9).
See README.md in folder test for instructions.
Content type
Image
Digest
Size
6.2 MB
Last updated
over 5 years ago
docker pull codefabrik/random-number-generator