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

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

Or even: (RAN# / 1e9) + (RAN# / 1e6) + (RAN# / 1e3) + RAN#
Too much steps required, but really good idea!
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? - Csaba Tizedes - 04-06-2019 07:40 PM



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