Variable RandomConst

Random: {
    fillBytes: ((array) => void);
}

Type declaration

  • fillBytes: ((array) => void)
      • (array): void
      • Parameters

        • array: Int8Array | Uint8Array | Int16Array | Uint16Array | Int32Array | Uint32Array

        Returns void

Generated using TypeDoc