{"ScriptPreparationCode":"const ta32 = new Uint32Array(1);\r\nconst max = 65536;","TestCases":[{"Name":"fp div","Code":"window.crypto.getRandomValues(ta32);\r\nreturn ta32[0] * max / 2**32 \u003E\u003E\u003E 0;","IsDeferred":false},{"Name":"BigInt","Code":"window.crypto.getRandomValues(ta32);\r\nreturn Number(BigInt(ta32[0]) * BigInt(max) \u003E\u003E 32n);","IsDeferred":false}]}