File size: 103 Bytes
cd6720a
 
 
 
 
1
2
3
4
5
function random(len) {
	return crypto.getRandomValues(new Uint8Array(len));
}

exports.random = random;