dmf:random

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 elementsnone

Attributes

Name Type Required Description
seedlongno The seed used to initialize the random number generator. Default = current timestamp.

Examples

	
	<dmf:random/>

	<dmf:random seed="0"/>