{"ScriptPreparationCode":null,"TestCases":[{"Name":"Number","Code":"const number = Number(Math.random().toFixed(2));","IsDeferred":false},{"Name":"Unary \u002B","Code":"const unary = \u002BMath.random().toFixed(2);","IsDeferred":false},{"Name":"parseFloat","Code":"const parse = parseFloat(Math.random().toFixed(2));","IsDeferred":false},{"Name":"multiply, math round, divide","Code":"const multiply = Math.round(Math.random() * 100) / 100","IsDeferred":false}]}