package
1.30.1
Repository: https://github.com/vulncheck-oss/go-exploit.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
RandDigitsRange generates a random numeric string of length [min,max).
No description provided by the author
RandHexRange generates a random hex string of length [min,max).
RandIntRange generates an `int` between [min,max).
RandLetters generates a random alpha string of length n.
RandLetters generates a random alpha string with no bad chars of length n.
RandLettersRange generates a random alpha string of length [min,max).
RandPositiveInt generates a non-negative crypto-random number in the half-open interval [0,max).