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 randomFill
Re-export
import { randomFill } from "https://deno.land/std@0.159.0/node/internal/crypto/random.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