View Single Post
Old 03-05-15, 05:00 PM   #1043
BigWalleye
Sea Lord
 
Join Date: Jul 2012
Location: On the Eye-lond, mon!
Posts: 1,987
Downloads: 465
Uploads: 0


Default

Quote:
Originally Posted by LGN1 View Post
Hi BigWalleye,

I looked at my notes and found this (IIRC, it's directly from JScones):


This is an explicit flag for telling SH3Cmdr how many decimal places there should be.
F# implies a decimal point, meaning F0|5|10|Y would result in a number such as "6.",
whereas with I|5|10|Y the result would be just "6". F5|5|10|Y would result in a number such as "6.24574".


Regards, LGN1
Thanks, LGN1! Your answer helped me confirm what I had suspected - that I can't use the randomization function the way I wanted to. I wanted to generate a random number between -0.05 and +0.15. But the upper and lower limits must be integers! The simple randomization function won't do it, so I'll use multiple choice. A bit more work, but I can control the distribution.
BigWalleye is offline   Reply With Quote