????

Your IP : 216.73.216.64


Current Path : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/node_modules/@lukeed/csprng/browser/
Upload File :
Current File : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/node_modules/@lukeed/csprng/browser/index.js

function random(len) {
	return crypto.getRandomValues(new Uint8Array(len));
}

exports.random = random;