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

Function FromSystemRandom

cpp/src/arrow/compute/api_scalar.h:568–568  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

566 enum Initializer { SystemRandom, Seed };
567
568 static RandomOptions FromSystemRandom() { return RandomOptions{SystemRandom, 0}; }
569 static RandomOptions FromSeed(uint64_t seed) { return RandomOptions{Seed, seed}; }
570
571 RandomOptions(Initializer initializer, uint64_t seed);

Callers 2

TESTFunction · 0.85
RandomKernelFunction · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68