{"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}]}