//
pkg.gl
Category
github.com/golodash/godash
numbers
package
1.3.0
Repository:
https://github.com/golodash/godash.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
0
Files
95 SLOC
#
Functions
Clamp
Clamps number within the inclusive lower and upper bounds.
InRange
Check if number is lower than 'upper' and greater than 'lower'.
Random
Produces a random number between the inclusive 'lower' and exclusive 'upper' bounds.