Package org.refcodes.generator


package org.refcodes.generator
This artifact provides word morphs mass production functionality for generating arbitrary distinct IDs similar to UUIDs (as of the UniqueIdGenerator type) or for generating permutations of words with a given alphabet and permutation rules (as of the AlphabetCounter alongside the AlphabetCounterComposite types) as well as multi threading concurrency support (as of the ConcurrentBufferedGeneratorDecorator and the ThreadLocalBufferedGeneratorDecorator types) for such Generator (Iterator) types.

Please refer to the refcodes-generator: Mass produce password permutations and distinct IDs documentation for an up-to-date and detailed description on the usage of this artifact.