Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Random Number Generation >

RandomSample

RandomSample[{e1, e2, ...}, n]
gives a pseudorandom sample of n of the e_i.
RandomSample[{w1, w2, ...}->{e1, e2, ...}, n]
gives a pseudorandom sample of n of the e_i chosen using weights w_i.
RandomSample[{e1, e2, ...}]
gives a pseudorandom permutation of the e_i.
  • RandomSample[{e1, e2, ...}, n] never samples any of the e_i more than once.
  • RandomSample[{e1, e2, ...}, n] samples each of the e_i with equal probability.
  • RandomSample gives a different sequence of pseudorandom choices whenever you run Mathematica. You can start with a particular seed using SeedRandom.
  • A Method option to SeedRandom can be given to specify the pseudorandom generator used.
New in 6
© 2013 Wolfram Research, Inc. Japanese
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team