MCPcopy Create free account
hub / github.com/apache/arrow / seed

Function seed

cpp/src/arrow/testing/random.h:699–699  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

697 MemoryPool* memory_pool = default_memory_pool());
698
699 SeedType seed() { return seed_distribution_(seed_rng_); }
700
701 private:
702 std::uniform_int_distribution<SeedType> seed_distribution_;

Callers 10

NullBitmapMethod · 0.85
BooleanMethod · 0.85
Date64Method · 0.85
Float16Method · 0.85
Float32Method · 0.85
Float64Method · 0.85
FixedSizeBinaryMethod · 0.85
OffsetsMethod · 0.85
LargeOffsetsMethod · 0.85
RunEndEncodedMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected