Class AuditableRandomGenerator

java.lang.Object
org.uma.jmetal.util.pseudorandom.impl.AuditableRandomGenerator
All Implemented Interfaces:
Serializable, PseudoRandomGenerator

public class AuditableRandomGenerator extends Object implements PseudoRandomGenerator
An AuditableRandomGenerator is a PseudoRandomGenerator which can be audited to know when a random generation method is called.
Author:
Matthieu Vergne
See Also: