Post Reply 
SQRT(RAN#×RAN#) - what is the distribution?
04-06-2019, 03:53 PM
Post: #2
RE: SQRT(RAN#×RAN#) - what is the distribution?
For a linear distribution, how about: (RAN# / 1e3) + RAN#

Or: (RAN# / 1e6) + (RAN# / 1e3) + RAN#

Or even: (RAN# / 1e9) + (RAN# / 1e6) + (RAN# / 1e3) + RAN#

— Ian Abbott
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: SQRT(RAN#×RAN#) - what is the distribution? - ijabbott - 04-06-2019 03:53 PM



User(s) browsing this thread: 1 Guest(s)