python: random.sample

Posted 卡斯柏的博客

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python: random.sample相关的知识,希望对你有一定的参考价值。

random.sample(populationk)

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

以上是关于python: random.sample的主要内容,如果未能解决你的问题,请参考以下文章

python中的random.sample()方法有什么作用?

python中choice对比(在numpy和random中均出现过)外加sample()函数对比

python 生成随机密码

python random 从集合中随机选择元素

python中怎么从一个列表中可重复的随机抽取元素构成新列表?

python如何一次性取出多个随机数