Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
37
class 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_csv
Function · 0.45
random_float_to_decimal_cast_cases
Function · 0.45
test_cast_float_to_decimal_random
Function · 0.45
Calls
1
GetRandomSeed
Function · 0.85
Tested by
no test coverage detected