# Random.RangeInt

Outputs a random int value between two values.

![Random.RangeInt](./images/RandomRangeInt.png)

## Properties

<table border="1" class="docutils">
<thead>
<tr><th>Property Name</th><th>Description</th></tr>
</thead>
<tbody valign="top">
<tr>
<td>
Min
</td>
<td>
Min value
</td>
</tr>
<tr>
<td>
Max
</td>
<td>
Max value [Exclusive]
</td>
</tr>
<tr>
<td>
Output
</td>
<td>
Output slot
</td>
</tr>
 </tbody>
</table>

