{"ScriptPreparationCode":null,"TestCases":[{"Name":"lcg","Code":"rv = lcg();","IsDeferred":false},{"Name":"math.random","Code":"rv = Math.random();","IsDeferred":false},{"Name":"crypto","Code":"{\r\nlet arr = new Uint32Array(1);\r\ncrypto.getRandomValues(arr);\r\nrv = arr[0];\r\n};","IsDeferred":false}]}