> For the complete documentation index, see [llms.txt](https://contracts.synapseprotocol.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://contracts.synapseprotocol.com/messaging/dfk/random/randomgenerator.md).

# 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   |
