//
pkg.gl
Category
github.com/func25/gofunc
mathfunc
package
1.0.5
Repository:
https://github.com/func25/gofunc.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
0
Files
22 SLOC
#
Functions
Random0ToInt
Random0ToInt return a number from 0 to max - 1, return 0 if max == 0 and return error if max's negative.
RandomInt
RandomInt return a number from min to max - 1.