Quote:
Originally Posted by hok30
If there was IP related drops; what would they do? Go through and decide every single possible IP and be like
"OK That IP is going to have good drops"
"Fine- OMG THAT IP IS GOING TO SUCK!! MUAHAHA"
plus there is tons and tons of IPs...
|
Well, random numbers in computing are all based on initial numbers, generally this is time but there is no reason why all or part of an IP address could not be used in this calculation, for example:
'IP = 217.18.23.117
Dim Calc as Integer 'This will be a whole number
Calc = 217 * 23 / TimeGetTime - (117 / 18) = x
If Calc = x then
'Drop DB
Else if Calc > x
'DropCrap
Else if Calc = y
'Drop Random super
Endif
'ETC
However no same person would use this to generate random numbers on a mass scale.
There is no such thing as random for computers :D