Post Reply 
CASIO Graph Lite and Graph Math+
03-03-2024, 08:01 PM (This post was last modified: 03-03-2024 08:02 PM by carey.)
Post: #10
RE: CASIO Graph Lite and Graph Math+
(03-03-2024 07:13 PM)Valentin Albillo Wrote:  
(03-03-2024 04:54 PM)klesl Wrote:  You can get more than 3 random digits by multiplying 2 random numbers - Ran#×Ran#

But then you won't get a uniform distribution in [0,1)

Yes, the product of two uniformly distributed random numbers between 0 and 1 will cluster around lower values, so the result will be a distribution skewed towards 0.
An alternative to obtain more digits while maintaining uniformity might be concatenation. The 1st random # could give digits 1-3 and the 2nd random # could give digits 4 to 6.
Perhaps a way to concatenate the two random numbers on the CW might be to multiply the 2nd random number by 1E-3 to shift it to the right 3 decimal places and then add the two random numbers.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: CASIO Graph Lite and Graph Math+ - carey - 03-03-2024 08:01 PM



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