public class NativeRandomDeallocator extends Object
| Modifier and Type | Class and Description |
|---|---|
protected class |
NativeRandomDeallocator.DeallocatorThread
This class provides garbage collection for NativeRandom state memory.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
DeallocatorThreadNamePrefix
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static NativeRandomDeallocator |
getInstance() |
void |
trackStatePointer(NativePack random)
This method is used internally from NativeRandom deallocators
This method doesn't accept Random interface implementations intentionally.
|
@Deprecated public static final String DeallocatorThreadNamePrefix
public static NativeRandomDeallocator getInstance()
public void trackStatePointer(NativePack random)
random - Copyright © 2022. All rights reserved.