# Random.RangeQuaternion

Outputs a random Quaternion value between two values.

![Random.RangeQuaternion](./images/RandomRangeQuaternion.png)

## Properties

<table border="1" class="docutils">
<thead>
<tr><th>Property Name</th><th>Description</th></tr>
</thead>
<tbody valign="top">
<tr>
<td>
Quatenion A
</td>
<td>
1st Quaternion
</td>
</tr>
<tr>
<td>
Quaternion B
</td>
<td>
2nd Quaternion
</td>
</tr>
<tr>
<td>
Interpolate Type
</td>
<td>
Interpolate type<dl class="docutils">
<dt>Lerp</dt><dd>
            Linearly interpolates
            </dd>
<dt>Slerp</dt><dd>
            Spherically interpolates
            </dd>
</dl>
</td>
</tr>
<tr>
<td>
Output
</td>
<td>
Output slot
</td>
</tr>
 </tbody>
</table>

