{"ScriptPreparationCode":"// Math.floor(Math.random() * (maximum \u2013 minimum \u002B 1)) \u002B minimum\r\nvar value = Math.floor(Math.random() * (99 - 0 \u002B 1)) \u002B 0","TestCases":[{"Name":"||","Code":"return value === 0 || value === 49 || value === 50 || value === 99","IsDeferred":false},{"Name":"hash","Code":"let hash = {\r\n 0: true\r\n , 49: true\r\n , 50: true\r\n , 99: true\r\n}\r\nreturn !!hash[value]","IsDeferred":false}]}