UNPKG

randomness

Version:
4 lines (3 loc) 162 B
import { Bit } from '../types'; export declare const getData: (filename: string) => Bit[]; export declare const round: (n: number, precision?: number) => number;