MCPcopy 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
113double
114InkRand::drandom()
115{
116 return (random() >> 11) * (1.0 / 9007199254740991.0);
117}

Callers 1

test_Random.ccFile · 0.45

Calls 1

randomFunction · 0.85

Tested by

no test coverage detected