MCPcopy Create free account
hub / github.com/labstack/gommon / Random

Struct Random

random/random.go:12–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10
11type (
12 Random struct {
13 readerPool sync.Pool
14 }
15)
16
17// Charsets

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected