Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Random number

by httptech (Chaplain)
on Jul 09, 2000 at 17:02 UTC ( [id://21693]=note: print w/replies, xml ) Need Help??


in reply to Random number

It depends on how much randomness you really need. If you needed REALLY random numbers, I suppose you could use Math::TrulyRandom but that's probably overkill for anything short of cryptography. What do you want to do with the random number exactly? You may be better off (in the case of session IDs for example) using a formula like (time) + (a few pseudo-random bytes) or using the Time::HiRes module rather than a random number in order to guarantee uniqueness. Using the time as part of the ID helps narrow the window of opportunity for a duplicate number to occur.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://21693]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (3)
As of 2024-04-16 05:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found