Skip to main content
Go to Latest
function randomBytes
import { randomBytes } from "https://deno.land/std@0.139.0/node/_crypto/crypto_browserify/randombytes.ts";

Parameters

size: number
optional
cb: (err: Error | null, b: Buffer) => void