Sha256: e525651ba0d22e428c3316ed0087e92be543b61989783bb7f71cd665fa773f8a
Contents?: true
Size: 358 Bytes
Versions: 1
Compression:
Stored size: 358 Bytes
Contents
import { TRandomTypesMap } from './interface'; export declare const random: <T extends "Array8" | "Array16" | "Array32" | "Buffer" | "Uint8Array" | "Uint16Array" | "Uint32Array">(count: number, type: T) => TRandomTypesMap[T]; export declare const randomBytes: (length: number) => Uint8Array; export declare const randomSeed: (wordsCount?: number) => string;
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
waves_lib-0.1.0 | js/node_modules/@waves/ts-lib-crypto/crypto/random.d.ts |