random_weighted_sample#

random_weighted_sample(mapping, k, seed=None)[source]#

返回从加权样本中无放回地抽取的k个项目。

输入是一个以项目为键、权重为值的字典。