public interface RandomProvider
| Modifier and Type | Method and Description |
|---|---|
void |
destroy()
To clean up.
|
void |
init()
To init.
|
void |
nextBytes(byte[] bytes)
Generate random bytes into the specified array.
|
void |
setSeed(byte[] seed)
Provide entropy seed for the provider.
|
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.