????

Your IP : 3.145.170.67


Current Path : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/@lukeed/csprng/node/
Upload File :
Current File : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/@lukeed/csprng/node/index.mjs

import { randomBytes } from 'crypto';

export function random(len) {
	return randomBytes(len);
}