Python 随机数 getrandbits() 方法
定义和用法
该 getrandbits()
方法返回一个指定大小(以位为单位)的整数。
语法
random.getrandbits(n)
参数值
参数 | 描述 |
---|---|
n | 必需。指定返回整数大小(以位为单位)的数字。 |
该 getrandbits()
方法返回一个指定大小(以位为单位)的整数。
random.getrandbits(n)
参数 | 描述 |
---|---|
n | 必需。指定返回整数大小(以位为单位)的数字。 |
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]