Module tanya.math.random
Random number generator.
Classes
| Name | Description |
|---|---|
EntropyException
|
Exception thrown if random number generating fails. |
EntropySource
|
Interface for implementing entropy sources. |
PlatformEntropySource
|
Uses getrandom system call. |
Manifest constants
| Name | Type | Description |
|---|---|---|
maxGather
|
Maximum amount gathered from the entropy sources. |