生成一个k比特长度随机整数的函数是()
A.random.shuffle(k)
B.random.choice(k)
C.random.getrandbits(k)
D.random.sample(k)
正确答案:A
相关答案
热门答案