diff options
author | William Harrington <kb0iic@berzerkula.org> | 2022-05-14 14:48:05 -0500 |
---|---|---|
committer | William Harrington <kb0iic@berzerkula.org> | 2022-05-14 14:48:05 -0500 |
commit | e17a183639d78ffd135a6651f03ca791a8e4b088 (patch) | |
tree | 347f7c140c731f80b507cbf65cd27ea378e89361 /sc126/BASIC/COUNTUP2.BAS | |
parent | 1975e143b25be407500c4128f8e1a31dd92cbd26 (diff) |
Remove the randomize seed
Diffstat (limited to 'sc126/BASIC/COUNTUP2.BAS')
-rw-r--r-- | sc126/BASIC/COUNTUP2.BAS | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc126/BASIC/COUNTUP2.BAS b/sc126/BASIC/COUNTUP2.BAS index 5d34117..8bbfd04 100644 --- a/sc126/BASIC/COUNTUP2.BAS +++ b/sc126/BASIC/COUNTUP2.BAS @@ -1,4 +1,3 @@ -10 RANDOMIZE SEED 20 AR = INT(RND(1)*256) 21 BR = INT(RND(1)*256) 22 CR = INT(RND(1)*256) |