[
  {
    "inputs": [],
    "name": "getCurrentRandom",
    "outputs": [
      {
        "internalType": "uint256",
        "name": "_randomNumber",
        "type": "uint256"
      }
    ],
    "stateMutability": "view",
    "type": "function"
  },
  {
    "inputs": [],
    "name": "getCurrentRandomWithQuality",
    "outputs": [
      {
        "internalType": "uint256",
        "name": "_randomNumber",
        "type": "uint256"
      },
      {
        "internalType": "bool",
        "name": "_isSecureRandom",
        "type": "bool"
      }
    ],
    "stateMutability": "view",
    "type": "function"
  },
  {
    "inputs": [],
    "name": "getCurrentRandomWithQualityAndTimestamp",
    "outputs": [
      {
        "internalType": "uint256",
        "name": "_randomNumber",
        "type": "uint256"
      },
      {
        "internalType": "bool",
        "name": "_isSecureRandom",
        "type": "bool"
      },
      {
        "internalType": "uint256",
        "name": "_randomTimestamp",
        "type": "uint256"
      }
    ],
    "stateMutability": "view",
    "type": "function"
  }
]
