UNPKG

pure-rand

Version:

Pure random number generator written in TypeScript

3 lines (2 loc) 181 B
import type { RandomGenerator } from '../types/RandomGenerator.js'; export declare function unsafeUniformBigIntDistribution(from: bigint, to: bigint, rng: RandomGenerator): bigint;