in reply to Re: What is the limit of random number that can be selected
in thread What is the limit of random number that can be selected

Great,but how do i find out with how many RANDBITS was Perl compiled on my computer.
  • Comment on Re: Re: What is the limit of random number that can be selected

Replies are listed 'Best First'.
Re: Re: Re: What is the limit of random number that can be selected
by BrowserUk (Patriarch) on Apr 24, 2004 at 16:04 UTC
    use Config; print $Config{randbits};

    Examine what is said, not who speaks.
    "Efficiency is intelligent laziness." -David Dunham
    "Think for yourself!" - Abigail