Options
All
  • Public
  • Public/Protected
  • All
Menu

Class NodeCryptoRandomGenerator

A PRNG implementation using the nodejs crypto module's psuedoRandomBytes()

Hierarchy

  • NodeCryptoRandomGenerator

Implements

Index

Constructors

Properties

pool: Buffer
poolIndex: number
poolSize: number = 1024

Methods

  • int(max: number): number
  • refreshPool(): void

Generated using TypeDoc