@adrenalinruslan

Вопрос по Random ORG?

Ребят, а за что отвечает ID, в предпоследней строчке ?

{
  "jsonrpc": "2.0",
  "method": "generateSignedIntegers",
  "params": {
    "apiKey": "",
    "n": 3,
    "min": 1,
    "max": 10,
    "replacement": true
  },
  "id": 3
}
  • Вопрос задан
  • 242 просмотра
Пригласить эксперта
Ответы на вопрос 1
@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.
Ответ написан
Комментировать
Ваш ответ на вопрос

Войдите, чтобы написать ответ

Войти через центр авторизации
Похожие вопросы