# Random/Dice

## Random

Displays within a /say radius a random number between 0 and 999.

* Optionally add a number to the command to get a number between 1 and that number.

See the [/random command](https://na.finalfantasyxiv.com/lodestone/playguide/db/text_command/6babfd96061/) for more info!

#### Examples

`/random`

![](/files/z3AOapN4bLrWLTfRySzO)

`/random 50`

![](/files/BWCNC4x9xv6LambRElUG)

## Dice

Displays a random number between 0 and 999 in the specified chat channel. Displays in the current chat mode when no chat mode is specified.

Dice *does not work* in say chat. This command is useful for getting rolls in a specific channel like Free Company chat to ensure rolls are being done by FC members only.

* Optionally add a chat channel to post it in.
* Optionally add a number to the command to get a number between 1 and that number.

See the [/dice command](https://na.finalfantasyxiv.com/lodestone/playguide/db/text_command/74e28154eb2/) for more info!

`/dice`

<img src="/files/E3bw4qJnn7H8BjPmecvm" alt="" data-size="original">

`/dice fc 50`

<img src="/files/12PQ9tCdFa75AHXhb5Ri" alt="" data-size="original">


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://info.ff14fun.club/learning/commands/random-dice.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
