MCPcopy
hub / github.com/unkeyed/unkey / String

Method String

pkg/sim/seed.go:11–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9type Seed [32]byte
10
11func (s Seed) String() string {
12 return base64.StdEncoding.EncodeToString(s[:])
13}
14
15// NewSeed generates a cryptographically secure random 32-byte seed
16// suitable for simulations requiring high entropy and unpredictability.

Callers 15

renderAndValidateFunction · 0.45
mainFunction · 0.45
processFileFunction · 0.45
ServeMethod · 0.45
TestServerWithTLSFunction · 0.45
WithLoggingFunction · 0.45
formatHeaderFunction · 0.45

Calls

no outgoing calls