> For the complete documentation index, see [llms.txt](https://abdi-dev.gitbook.io/mycuterobot/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://abdi-dev.gitbook.io/mycuterobot/steps/misc/randomnum.md).

# Random Number

(from Misc Step Category)

To get a random between A (inclusive), B (inclusive)

### Inputs

This step needs some input to work properly when you attempt to add this step in the sketch

| Input       | Description                   | Type                                    |
| ----------- | ----------------------------- | --------------------------------------- |
| Lower Range | the lower range of the random | [Number](/mycuterobot/inputs/number.md) |
| Upper Range | the upper range of the random | [Number](/mycuterobot/inputs/number.md) |

### Placeholders

This step provides 1 [placeholders](/mycuterobot/tutorials/placeholder.md) for your use

| Placeholder                                         | Description                |
| --------------------------------------------------- | -------------------------- |
| [randomnumber](/mycuterobot/placeholders/number.md) | The randomly picked number |

#### Using Placeholders

[placeholder](/mycuterobot/tutorials/placeholder.md) of a step, can be used only if you provided the step number after the [placeholder](/mycuterobot/tutorials/placeholder.md) name\
For example, using [placeholder](/mycuterobot/tutorials/placeholder.md) `randomnumber` that provided from the step number 3

```
<randomnumber3>
```
