Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Re: Re: random number

by I0 (Priest)
on Dec 14, 2002 at 23:35 UTC ( [id://219912]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: random number
in thread random number

#splice is still O(n) $array[$index] = $array[-1]; pop @array;

Replies are listed 'Best First'.
Re: Re: Re: Re: random number
by BrowserUk (Patriarch) on Dec 15, 2002 at 00:19 UTC

    True. And that's a neat solution.

    It would still be better to shuffle the array and simply pop the next one when you need it as was suggested at near the top of the thread.


    Examine what is said, not who speaks.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (8)
As of 2024-04-24 09:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found