var x = new Uint8Array(10); window.crypto.getRandomValues(x); console.log(x);
Probably substitute cmd for ctrl on other OSes.