interface Rng {
    randomBytes: ((count) => Uint8Array);
}

Properties

Properties

randomBytes: ((count) => Uint8Array)

Type declaration

    • (count): Uint8Array
    • Parameters

      • count: number

      Returns Uint8Array

Generated using TypeDoc