> For the complete documentation index, see [llms.txt](https://renownedgames.gitbook.io/ai-tree/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/math/random-int.md).

# Random Int

Node description and basic instructions

### Description

Generate random int value at given \[min-max] range and store result in key.

**To create it**, right-click in the editor and select <mark style="color:purple;">Create Node/Tasks/Math/Random Int</mark>

This task node has a number of fields, that are highlighted in picture below.

<figure><img src="https://2203000093-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FGOxTM7Aj9oiVaIINrEkE%2Fuploads%2F2D8JSY9BwwmF2DrRU65b%2Fimage.png?alt=media&amp;token=d856d5bb-a2ec-49db-9098-659cddb83d6d" alt=""><figcaption></figcaption></figure>

### Fields

| Name              | Description                              |
| ----------------- | ---------------------------------------- |
| Node Name         | Name of node.                            |
| Ignore About Self | Whether node ignores abort self or not.  |
| Min               | Minimum int value (Inclusive).           |
| Max               | Maximum int value (Inclusive).           |
| Stored Result     | Key to store generated random int value. |
