rng.d.ts 73 B

123
  1. export declare class SecureRandom {
  2. nextBytes(ba: number[]): void;
  3. }