Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/poolifier/src/utils.ts>secureRandom

Fast and small web worker pool
Latest
variable secureRandom
import { secureRandom } from "https://deno.land/x/poolifier@v0.3.14/src/utils.ts";

Generates a cryptographically secure random number in the [0,1[ range

type

() => number