Topic: increase reference number by more than one

if you want to increase the reference numbers by more than one (at random) replace line 93 in includes/references.inc with this:

$val = intval($number + ($back ? ($number<1 ? 0 : -1) : rand(1,20)));