//
pkg.gl
Category
github.com/flylib/goutils
math
package
2.0.0+incompatible
Repository:
https://github.com/flylib/goutils.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
0
Files
52 SLOC
#
Functions
Lottery
@rts 概率分配 比如[0.1,0.3,0.5,0.1]@seed 随机种子按概率分配随机抽奖.
Pow
浮点型n次方.
TenCube
10 的n次方.