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)