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