目录使用 random 模块使用 NumPy 库使用 secrets 模块使用 random.org 网站使用 random.choices()方法python开发者_Python教程生成随机数都有哪些办法呢
目录一、随机数种子二、生成随机数1.random()2.ranint(a,b)3.randrange(start,stop[,step])4.getrandbits(k)三、生成随机序列1.choice(seq)2.samplex(序列,k)3.shuwww.cppcns.comffle(x[,random])