method Crypto.prototype.getRandomValuesimport { Crypto } from "https://deno.land/x/darkflare@v5.0.3/types/mod.d.ts"; getRandomValues<T extends | Int8Array | Uint8Array | Int16Array | Uint16Array | Int32Array | Uint32Array | BigInt64Array | BigUint64Array>(buffer: T): TType ParametersT extends | Int8Array | Uint8Array | Int16Array | Uint16Array | Int32Array | Uint32Array | BigInt64Array | BigUint64ArrayParametersbuffer: TReturnsT