package
1.0.5
Repository: https://github.com/func25/gofunc.git
Documentation: pkg.go.dev

# Functions

Random0ToInt return a number from 0 to max - 1, return 0 if max == 0 and return error if max's negative.
RandomInt return a number from min to max - 1.