Python 随机 uniform() 方法
定义和用法
该 uniform()
方法返回两个指定数字之间(包括两个数字)的随机浮点数。
语法
random.uniform(a, b)
参数值
参数 | 描述 |
---|---|
a | 必需。指定最小可能结果的数字 |
b | 必需。指定最大可能结果的数字 |
该 uniform()
方法返回两个指定数字之间(包括两个数字)的随机浮点数。
random.uniform(a, b)
参数 | 描述 |
---|---|
a | 必需。指定最小可能结果的数字 |
b | 必需。指定最大可能结果的数字 |
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]