11.08.2016, 17:44
You're probably going to need a little script to do it. I don't see any feasible way to do it by hand, not even with regex. I would probably replace all those 0.00 values with %.2f and copy those lines to a file in the scriptfiles folder. Then create a little script that reads from that file, one line at a time. Use the line as the string input for format() and then put a random number in. Write the output to another file. Then you can finally copy that output back into the script.