package
0.0.0-20200807125606-b3493662e4bf
Repository: https://github.com/thethingsnetwork/go-utils.git
Documentation: pkg.go.dev

# Functions

Bytes generates a random byte slice of length n.
FillBytes fills the byte slice with random bytes.
Intn returns random int with max n.
New returns a new Random, in most cases you can also just use the global funcs.
String returns random string of length n.

# Structs

TTNRandom is used as a wrapper around math/rand.