random.
sample
(population, k)
Return a k length list of unique elements chosen from the population sequence. Used for random sampling without replacement.
Posted 卡斯柏的博客
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python: random.sample相关的知识,希望对你有一定的参考价值。
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的主要内容,如果未能解决你的问题,请参考以下文章
python中的random.sample()方法有什么作用?
python中choice对比(在numpy和random中均出现过)外加sample()函数对比