????

Your IP : 3.15.226.5


Current Path : C:/inetpub/vhost/binhdinhinvest.gdtvietnam.com/api/node_modules/@lukeed/csprng/node/
Upload File :
Current File : C:/inetpub/vhost/binhdinhinvest.gdtvietnam.com/api/node_modules/@lukeed/csprng/node/index.mjs

import { randomBytes } from 'crypto';

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