MCPcopy 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

subgeneratorMethod · 0.85
resetFunction · 0.85
random_realFunction · 0.85
tags.ccFile · 0.85

Calls 1

get_uint64Method · 0.80

Tested by

no test coverage detected