Don't know what seed is. Hired a coder to write the code. it looks like this:
Const DRAWN_NUMBERS As Integer = 20
For i = 1 To DRAWN_NUMBERS
Randomize
thisIndex = Int(((80 - i) * Rnd) + 1)
DrawnNumber(i) = CandidateNumber(thisIndex)
|
Results 1 to 14 of 14
Threaded View
|
Click Here to Expand Forum to Full Width |