Uses of Interface
org.uma.jmetal.util.sequencegenerator.SequenceGenerator
Packages that use SequenceGenerator
-
Uses of SequenceGenerator in org.uma.jmetal.util.sequencegenerator.impl
Classes in org.uma.jmetal.util.sequencegenerator.impl that implement SequenceGeneratorModifier and TypeClassDescriptionfinal classA thread-safe implementation ofSequenceGeneratorthat generates a cyclic sequence of integers from 0 (inclusive) to the specified size (exclusive).classA sequence generator that produces random permutations of integers from 0 (inclusive) to the specified size (exclusive).