Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/random_bigint/src/randomBigInt.ts

Generate a random BigInt by bit-length with Deno.
Latest
import * as randomBigint from "https://deno.land/x/random_bigint@v1.5/src/randomBigInt.ts";

Functions

Generate a random BigInt given a bit-length

Generate a random bigint from within a provided range such that min < random < max