| AsciiAlphanumGenerator |
A generator emitting simple ASCII alphanumeric letters and numbers
from the set (newlines not counted):
|
| ASCIIGenerator |
Deprecated.
|
| AsciiLettersGenerator |
A generator emitting simple ASCII characters from the set
(newlines not counted):
|
| BiasedNumbers |
Utility classes for selecting numbers at random, but not necessarily
in an uniform way.
|
| CodepointSetGenerator |
A string generator from a predefined set of codepoints or characters.
|
| RandomBytes |
Random byte sequence generators.
|
| RandomNumbers |
Utility classes for selecting random numbers from within a range or the
numeric domain for a given type.
|
| RandomPicks |
Random selections of objects.
|
| RandomStrings |
|
| RealisticUnicodeGenerator |
A string generator that emits valid unicodeGenerator codepoints.
|
| StringGenerator |
|
| UnicodeGenerator |
A string generator that emits valid unicodeGenerator codepoints.
|