{"ScriptPreparationCode":"this.numA = Math.random() * 100000;","TestCases":[{"Name":"Math.floor","Code":"return Math.floor(this.numA / 1000);","IsDeferred":false},{"Name":"% operator","Code":"return (this.numA - this.numA % 1000) / 1000;","IsDeferred":false}]}