numpy随机抽样

np.random.choice(a, size=None,replace=None, p=None)

numpy从一个范围中选择不重复的数字

replace = False就好