Generated Random Result

All generated results are signed by the qrandom system private key and can be verified.

To the result object for each different result type is added additional properties, which are described in the following sections.

The random result object

Properties

  • Name
    id
    Type
    string
    Description
    Unique identifier for the generated result.
  • Name
    message
    Type
    string
    Description
    Message containts request parameters, result sha256 hash, timestamp. For security message for every result is signed by the qrandom system private key and can be verified.
  • Name
    signature
    Type
    string
    Description
    Signature for the signed message, signed by the qrandom system private key.
  • Name
    resultType
    Type
    string
    Description
    Type of the generated result.
  • Name
    timestamp
    Type
    date
    Description
    Timestamp of the result generation.
  • Name
    elapsedTime
    Type
    double
    Description
    Time elapsed for the result generation in seconds.