| Class | Description |
|---|---|
| BasicRandomGenerator |
This is the most basic random generator, it handles all basic java types (20 in total).
Namely: 1. |
| ClassRandomGenerator |
This Random generator generates random Class objects.
|
| DefaultRandomGenerator | |
| EnumRandomGenerator |
This random generator generates for Enum type.
|
| ObjectRandomGenerator |
This is the random generator responsible for generating Object instances.
|
| TimestampRandomGenerator |
This RandomGenerator is responsible for generating random values for java.sql.Timestamp class.
|
| URIRandomGenerator | |
| URLRandomGenerator | |
| UUIDRandomGenerator | |
| VoidRandomGenerator |
This Random generator is for facilitative purpose only so no extra logic on any app needs to be set to handle void
|
Copyright © 2010–2021. All rights reserved.