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