{"ScriptPreparationCode":"this.numA = Math.random() * 100;","TestCases":[{"Name":"Math.floor","Code":"return Math.floor(this.numA);","IsDeferred":false},{"Name":"Bitwise","Code":"return ~~this.numA;","IsDeferred":false},{"Name":"Bitwise 2","Code":"return this.numA \u003E\u003E 0;","IsDeferred":false}]}