Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
function default
import { default } from "https://deno.land/std@0.174.0/node/internal/crypto/_randomFill.ts";

Parameters

buf: Buffer
cb: (err: Error | null, buf: Buffer) => void

Parameters

buf: Buffer
offset: number
cb: (err: Error | null, buf: Buffer) => void

Parameters

buf: Buffer
offset: number
size: number
cb: (err: Error | null, buf: Buffer) => void