# RandomGenerator

## Methods

### getRandom

```solidity
function getRandom(RandomInputs _inputs) external nonpayable returns (uint256)
```

#### Parameters

| Name     | Type         | Description |
| -------- | ------------ | ----------- |
| \_inputs | RandomInputs | undefined   |

#### Returns

| Name | Type    | Description |
| ---- | ------- | ----------- |
| \_0  | uint256 | undefined   |
