in reply to Re^3: generate random number without using any built in function in perl?
in thread generate random number without using any built in function in perl?

a shot in the dark guess, it might be the size of IV, I mostly get one key, and once or twice every 20 runs two :)

$ perl -V:ivsize ivsize='4'; $ perl fudge { 22 => 10000 } $ perl fudge { 4 => 8268, 11 => 1732 }
  • Comment on Re^4: generate random number without using any built in function in perl?
  • Download Code