{"ScriptPreparationCode":"u8 = new Uint8Array(32)","TestCases":[{"Name":"Math.random","Code":"for(let i=0;i\u003Cu8.length;\u002B\u002Bi) {\r\n u8[i] = Math.round(Math.random() * 0xff)\r\n}","IsDeferred":false},{"Name":"crypto API","Code":"crypto.getRandomValues(u8)","IsDeferred":false}]}