Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Shopify/goose
/ Seed
Method
Seed
random/static.go:23–25 ·
view source on GitHub ↗
(seed int64)
Source
from the content-addressed store, hash-verified
21
}
22
23
func
(s *staticSource) Seed(seed int64) {
24
s.value = seed
25
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected