0 Members and 1 Guest are viewing this topic.
For 1-->A To 400-->List 11[A]Next0-->A:1-->B:0-->CLbl 0RanInt#(1,6)+RanInt(1,6)-->AA+B-->BB>40==>B-40-->BList 11[B]+1-->List 11[B]C+1-->CLocate 1,1,CGoto 0
Do u think the random seed is what's causing it? Change the random seed number and try again
(RandInt(1,3) * RandInt(1,2)) + (RandInt(1,4) + RandInt(1,2))
Is it even possible to change the number seed at all on Casio calcs? On the 83+ I know you could do for example 17->Rand, but I'm not sure about Casio
Quote from: DJ_O on June 03, 2011, 09:02:39 pmIs it even possible to change the number seed at all on Casio calcs? On the 83+ I know you could do for example 17->Rand, but I'm not sure about CasioYes you can, by using Ran# (any integer between 1 and 9) which generates a number between 0 and 1. You can also use 0 as a seed but then 0 is always generated.