# Random.RangeFloat

2値間のランダムなfloat値を出力する。

![Random.RangeFloat](./images/RandomRangeFloat.png)

## プロパティ

<table border="1" class="docutils">
<thead>
<tr><th>プロパティ名</th><th>説明</th></tr>
</thead>
<tbody valign="top">
<tr>
<td>
Min
</td>
<td>
最小値
</td>
</tr>
<tr>
<td>
Max
</td>
<td>
最大値
</td>
</tr>
<tr>
<td>
Output
</td>
<td>
出力スロット
</td>
</tr>
 </tbody>
</table>

