package
0.0.0-20201217075903-aecdb050f89d
Repository: https://github.com/lvbin2012/neuralchain.git
Documentation: pkg.go.dev
# Functions
Base64 generates a random base64 string with length of n.
Bytes generates n random bytes.
Hex generates a random hex string with length of n e.g: 67aab2d956bd7cc621af22cfb169cba8.
String generates a random string using only letters provided in the letters parameter if user ommit letters parameters, this function will use defLetters instead.