public class RandomManager extends Object
| Constructor and Description |
|---|
RandomManager() |
| Modifier and Type | Method and Description |
|---|---|
static Random |
currentRandom()
Get thread local random.
|
static SecureRandom |
currentSecureRandom()
Get thread local secure random.
|
public static SecureRandom currentSecureRandom()
public static Random currentRandom()
Copyright © 2023 Eclipse Foundation. All rights reserved.