1. 程式人生 > >python: random.sample

python: random.sample

without replace turn lin lac rep gpo classname pop

random.sample(population, k)

Return a k length list of unique elements chosen from the population sequence. Used for random sampling without replacement.

python: random.sample