kongstedet

Results 1 comments of kongstedet

A simple hack is to edit four lines in DataUtils by adding a replace() call: "%.2f".format(Random.nextDouble(1.0, maxRange.toDouble())).replace(',','.').toFloat(), This simply brings the european (and other) comma-format back to the dot-format that...