Permutation

Permutation

Permutates a sub-generator's input number in a given range. Can do expansion permutation, e.g., map the sub-generator's input range [1,10] to a permutation range of [0,1000]. Needs a sub-generator to provide a number which can be processed in this generator.

Attributes
Name Description Required Min Max Allowed Values
seed Random number generator seed of this Element. Overrides default seeding behavior. no 0 1
name (Class)Name of this element. Used to identify plugin Class. Full name is required. Example: com.en.myPluginPackage.myPuginClass no 0 1
id Identification String of this element. May be used to uniquely identify a field within the children of an Element. no 0 1
Nodes
Name Description Required Min Max Allowed Values
min Content type: Long
Sets the minimum value to generate (inclusive).
yes 1 1
max Content type: Long
Sets the maximum value to generate (inclusive).
yes 1 1
2.6_#1486_b758 | 2016-05-24