Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: Selecting random records from an array

by I0 (Priest)
on Jun 04, 2003 at 01:35 UTC ( [id://262855]=note: print w/replies, xml ) Need Help??


in reply to Selecting random records from an array

my $n = @input*.75; my $m = @input; my @subset = grep rand($m--)<$n?$n--:0, @input;

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (4)
As of 2024-04-19 06:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found