A
A
adrenalinruslan2018-08-26 21:25:33
API
adrenalinruslan, 2018-08-26 21:25:33

Question about Random ORG?

Guys, what is ID responsible for, in the penultimate line?

{
  "jsonrpc": "2.0",
  "method": "generateSignedIntegers",
  "params": {
    "apiKey": "",
    "n": 3,
    "min": 1,
    "max": 10,
    "replacement": true
  },
  "id": 3
}

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Mysterion, 2018-08-26
@Mysterion

generateIntegers
This method generates true random integers within a user-defined range. Your client must set the method property of its JSON-RPC request object to generateIntegers. The request must also contain an id member, which will be returned in the response.

The request must also contain an id member, which will be returned in the response.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question