$random with seed parameter

In reply to sush:

Please try giving a fixed seed as argument to $random

int fixed_seed =10;
$random (fixed_seed)