tanya.math.random

Random number generator.

Members

Classes

EntropyException
class EntropyException

Exception thrown if random number generating fails.

EntropySource
class EntropySource

Interface for implementing entropy sources.

PlatformEntropySource
class PlatformEntropySource

Uses getrandom system call.

PlatformEntropySource
class PlatformEntropySource

Uses arc4random_buf.

PlatformEntropySource
class PlatformEntropySource
Undocumented in source.

Manifest constants

maxGather
enum maxGather;

Maximum amount gathered from the entropy sources.

Meta