# RandomTransition

Transit randomly.

![RandomTransition](./images/RandomTransition.png)

## Properties

<table border="1" class="docutils">
<thead>
<tr><th>Property Name</th><th>Description</th></tr>
</thead>
<tbody valign="top">
<tr>
<td>
Links
</td>
<td>
Transition destination list.<table border="1" class="docutils">
<thead>
<tr><th>Field Name</th><th>Description</th></tr>
</thead>
<tbody valign="top">
<tr>
<td>Weight</td>
<td>
            Ease of transition. Probability depends on individual weight / overall weight.
            </td>
</tr>
<tr>
<td>Link</td>
<td>
            Transition destination state.<br />
            Transition Method : OnStateBegin
            </td>
</tr>
<tr>
<td>Probability</td>
<td>Actual probability</td>
</tr>
</tbody>
</table>
</td>
</tr>
 </tbody>
</table>

