SequenceRandomFixup
The SequenceRandomFixup will produce a random integer each iteration. This is usefull when a field must be a unique value every iteration.
|
Note
|
This fixup does not protect against duplicate values occuring. |
|
Note
|
This fixup uses a random number source should not be used in cryptographic operations if security is an issue. |
Parameters
None
Examples
<Block name="Header">
<Number name="UniqueValue" size="16">
<Fixup class="SequenceRandomFixup" />
</Number>
</Block>


