Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ drandom
Method
drandom
src/tscore/ink_rand.cc:113–117 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
111
}
112
113
double
114
InkRand::drandom()
115
{
116
return (random() >> 11) * (1.0 / 9007199254740991.0);
117
}
Callers
1
test_Random.cc
File · 0.45
Calls
1
random
Function · 0.85
Tested by
no test coverage detected