Post Reply 
(11C) Random Prime Number Generator
10-22-2018, 10:32 AM
Post: #21
RE: (11C) Random Prime Number Generator
Thanks Dieter for the review.

I have updated the program but I try different approach and not sure if this version is OK or not. I tested many times and the random prime number is
not get below 1001 yet. I'm using the conditional test that not allow it to get
below 1000.

So here is the Random Number section routine change:

LBL E
RAN#
EEX 4
x
INT
1001
X<>Y
X>Y (Test 7)
GTO 2
GTO E
------------------------
LBL 2
.
.
.
.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
(11C) Random Prime Number Generator - Gamo - 10-20-2018, 01:08 PM
RE: (11C) Random Prime Number Generator - Gamo - 10-22-2018 10:32 AM



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