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

Function GenerateBoundData

cpp/src/parquet/test_util.h:772–776  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

770
771template <typename T>
772inline void GenerateBoundData(int num_values, T* out, T min, T max,
773 std::vector<uint8_t>* heap) {
774 // seed the prng so failure is deterministic
775 random_numbers(num_values, 0, min, max, out);
776}
777
778template <>
779inline void GenerateData<bool>(int num_values, bool* out, std::vector<uint8_t>* heap) {

Callers

nothing calls this directly

Calls 1

random_numbersFunction · 0.85

Tested by

no test coverage detected