Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crawl/crawl
/ get_uint64
Function
get_uint64
crawl-ref/source/random.cc:136–139 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
134
}
135
136
uint64_t get_uint64()
137
{
138
return current_generator().get_uint64();
139
}
140
141
uint64_t peek_uint64()
142
{
Callers
4
subgenerator
Method · 0.85
reset
Function · 0.85
random_real
Function · 0.85
tags.cc
File · 0.85
Calls
1
get_uint64
Method · 0.80
Tested by
no test coverage detected