Others; Ran - Casio FX-730P Owner's Manual

Table of Contents

Advertisement

160
6-6 Others
RAN =I*
Function:
Obtains a random number from 0 to
1.
Explanation:
1) Obtains a pseudo-random number from 0 to 1 within 10 digit
mantissa.
0
<
random number
<
1.
Example:
Provides a random number with 1 digit from 0 to 9
.
INT(RAN#* 10)
Provides a
random
number with
1
digit from 1 to
6.
INT(RAN#*
6
)+
1
Provides a random number with 2 digits from 10 to
99.
INT(RAN#* 90)+ 10

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents