# Random Float

### Description

Generate random float 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 Float</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%2FSjaO3bcSPf2j4tJlSCEL%2Fimage.png?alt=media&#x26;token=bf58bb63-bac5-4e2a-9184-1c491c4d1b6e" alt=""><figcaption></figcaption></figure>

### Fields

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