Quantis Appliance User Manual
Document version : 2.13
Distribution : Confidential
Date : 06.08.2020
Page: 21 / 47
3.3.4
Retrieving numbers
Random numbers can be retrieved in different formats:
•
Binary
: Raw binary data, typical application is security.
$
curl -k 'https://IpAddress/api/2.0/streambytes?size=256' > rand.bin
•
Numeric
: numbers can be cast in several data types: Short, Integer, Double or Float. Optionally
numbers can be reduced in a range. This so-called
“
Scaling feature
”
target the gaming
application. It means the random number can be in the interval min (inclusive) and a max value
(exclusive).
$ curl -k 'https://IpAddress/api/2.0/double?min=0&max=1&quantity=3'
[0.5381045206003764,0.05909736119066311,0.18390003030724533]
3.3.5
System Information
The system information page retrieves information for management such as:
•
General information
that identifies the hardware
•
Firmware information
that identifies the running software
•
Performance
that tests the effective throughput
3.4
Documentation
3.4.1
User manual
A PDF version of the present document is available on the web page and updated at each new product
release.