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

Function FromSeed

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

Source from the content-addressed store, hash-verified

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);
572 RandomOptions();

Callers 3

expression_test.ccFile · 0.85
TESTFunction · 0.85
RandomKernelFunction · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68