What is Peach
Installing
Tutorials
Methodology
Introduction
Training
Enterprise
FAQ
Support Forums
Peach 3
Peach Pits
 General Conf
 Data Modeling
 State Modeling
 Agents
  Monitors
 Test
  Publishers
  Loggers
Running
Minset
Peach 2.3

License

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>