@ThreadSafe public abstract class RandomHandler extends Object
Random.
Implementation can have a per thread instance or a single global instance.
| Modifier and Type | Class and Description |
|---|---|
static class |
RandomHandler.SecureRandomHandler
Implementation of the
RandomHandler using SecureRandom. |
| Constructor and Description |
|---|
RandomHandler() |