{"ScriptPreparationCode":"var num = Math.random() * 100;","TestCases":[{"Name":"trunc","Code":"Math.trunc(num);\t","IsDeferred":false},{"Name":"floor","Code":"Math.floor(num);","IsDeferred":false},{"Name":"parseInt","Code":"parseInt(num);","IsDeferred":false},{"Name":"bitwise invert2","Code":"~~(num);","IsDeferred":false},{"Name":"bitwise or","Code":"num | 0","IsDeferred":false},{"Name":"Round","Code":"Math.round(num)","IsDeferred":false}]}