Creates a random function that returns a double value between 0 and 1 with each generation.
Element Information
| Element class | RandomConfig |
| Implementation class | RandomFunction |
| Nested elements | none |
Attributes
| Name | Type | Required | Description |
|---|---|---|---|
| seed | long | no | The seed used to initialize the random number generator. Default = current timestamp. |
Examples
<dmf:random/> <dmf:random seed="0"/>