import { randomAsU8a } from "https://deno.land/x/polkadot@0.2.13/util-crypto/random/index.ts";
Examples
import { randomAsU8a } from 'https://deno.land/x/polkadot@0.2.13/util-crypto/mod.ts';
randomAsU8a(); // => Uint8Array([...])
import { randomAsU8a } from "https://deno.land/x/polkadot@0.2.13/util-crypto/random/index.ts";
import { randomAsU8a } from 'https://deno.land/x/polkadot@0.2.13/util-crypto/mod.ts';
randomAsU8a(); // => Uint8Array([...])