Skip to main content
Module

x/simple_utility/src/crypto.ts>cryptoRandom

A handy utility collection.
Go to Latest
function cryptoRandom
import { cryptoRandom } from "https://deno.land/x/simple_utility@v0.0.12/src/crypto.ts";

Returns random byte array with the specified number of bytes.

Parameters

size: number

number of bytes.