MCPcopy Create free account
hub / github.com/apache/impala / RandSeed

Function RandSeed

be/src/util/redactor-test-utils.cc:71–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71unsigned int RandSeed() {
72 struct timespec now;
73 clock_gettime(CLOCK_REALTIME, &now);
74 return now.tv_nsec + pthread_self();
75}
76
77/// Randomly fills the contents of 'string' up to the given length.
78void RandomlyFillString(char* string, const int length) {

Callers 2

MultiThreadWorkloadFunction · 0.85
RandomlyFillStringFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected