Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
NullBitmap
Method · 0.85
Boolean
Method · 0.85
Date64
Method · 0.85
Float16
Method · 0.85
Float32
Method · 0.85
Float64
Method · 0.85
FixedSizeBinary
Method · 0.85
Offsets
Method · 0.85
LargeOffsets
Method · 0.85
RunEndEncoded
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected