User Manual
2-17
• Executing the function Ran# 0 initializes the sequences of both Ran# and RanList#. The
sequence also is initialized when a sequential random number is generated with a different
sequence of the previous execution using Ran# or RanList#, or when generating a random
number.
Ran# Examples
Example Operation
Ran#
(Generates a random number.)
(Each press of w generates a new random number.)
Ran# 1
(Generates the first random number in sequence 1.)
(Generates the second random number in sequence 1.)
Ran# 0
(Initializes the sequence.)
Ran# 1
(Generates the first random number in sequence 1.)
K6(g)3(PROB)*4(RAND)
1(Ran#)w
w
w
K6(g)3(PROB)*4(RAND)
1(Ran#)1w
w
1(Ran#)0w
1(Ran#)1w
* fx-7400G
III: 2(PROB)
RanList# Examples
Example Operation
RanList# (4)
(Generates four random numbers and
displays the result on the ListAns screen.)
K6( g) 3(PROB) * 4(RAND) 5(List)
4 )w
RanList# (3, 1)
(Generates from the first to the third random
numbers of sequence 1 and displays the
result on the ListAns screen.)
JK6( g) 3(PROB) * 4(RAND)
5(List) 3 ,1 )w
(Next, generates from the fourth to the sixth
random number of sequence 1 and displays
the result on the ListAns screen.)
Jw
Ran# 0
(Initializes the sequence.)
J1(Ran#) 0 w
RanList# (3, 1)
(Re-generates from the first to the third
random numbers of sequence 1 and displays
the result on the ListAns screen.)
5(List) 3 ,1 )w
* fx-7400G
III: 2(PROB)