Skip to main content
Module

x/random_bigint/mod.ts

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

Functions

Generate a random BigInt given a bit-length

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