View Single Post
  #60 (permalink)  
Old 12-22-2006, 11:25 PM
blintzecure blintzecure is offline
Junior Member
 
Join Date: Dec 2006
Posts: 12
blintzecure is on a distinguished road
i know what bluto said

but magic numbers are static for each pair inside the code. the random number gen would provide a dynamic num each time the script is run preventing what are all too common magic num problems. and eliminate a big chunk of redundant code.

Last edited by blintzecure; 12-22-2006 at 11:28 PM.
Reply With Quote