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

Method Random

cpp/src/gandiva/tests/generate_data.h:39–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37class Random {
38 public:
39 Random() : gen_(::arrow::internal::GetRandomSeed()) {}
40 explicit Random(uint64_t seed) : gen_(seed) {}
41
42 int32_t next() { return gen_(); }

Callers 3

make_random_csvFunction · 0.45

Calls 1

GetRandomSeedFunction · 0.85

Tested by

no test coverage detected