Categorygithub.com/digitalcircle-com-br/random
modulepackage
0.0.0-20211218111356-2816018d0ad2
Repository: https://github.com/digitalcircle-com-br/random.git
Documentation: pkg.go.dev

# README

random

Simple Random Stuff

# Functions

Str - creates randon str w len of n.
StrLetterNum - same as Str, but Letters and Numbers.
StrLetterNumUpper - same as Str, but Letters Upper only and Numbers.
StrTS - Same as Str,but adds Unix in Base64 as prefix.
StrTSNano - Same as Str,but adds UnixNano in Base64 as prefix.
StrUpper - same as Str, but only Uppercase Letters.
TSNano - returns now in secs encoded b64.
TSNano - returns now in nanosecs encoded b64.