English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

1.sequence 1,5,12,16,22,24,34,41,42,48,49,50,52,56,60,61,64,68,71,80
2.sequence 6,8,9,19,24,25,26,37,39,42,47,50,56,59,65,69,73,74,78,79
3.sequence1,2,3,4,7,8,9,7,8,9,12,16,20,22,29,42,48,57,59,69,71,74,46
4.sequence17,19,21,24,25,28,36,37,41,44,45,51,53,58,62,64,73,75,76,77
What is the next sequence and equeation being used? My friend is developing his own RNG program and sent this to me to see if i could figure it out. CAn YOu????

2006-08-12 13:19:04 · 3 answers · asked by Johnny Q 1 in Computers & Internet Security

3 answers

not at the moment

2006-08-17 07:27:03 · answer #1 · answered by Anonymous · 0 0

10, 11, 13, 14, 15, 18...

2006-08-19 18:09:24 · answer #2 · answered by fingerssfv 3 · 0 0

if you could figure out the sequence then the program would not be called a random number generator would it.

FOR ION = 1 TO GU
PRINT "#"; ION; "->";
S1 = V: S2 = K
FOR j = 1 TO S1
IF RND < S2 / S1 THEN PRINT j; : S2 = S2 - 1
S1 = S1 - 1
NEXT j: PRINT
NEXT ION

2006-08-12 13:27:19 · answer #3 · answered by onename 4 · 0 0

fedest.com, questions and answers