```C++
static thread_local std::default_random_engine 
generator(std::random_device{}());
auto value = std::uniform_int_distribution<int32_t>{0, 9}(generator);
...
```

[ Full content available at: https://github.com/apache/geode-native/pull/430 ]
This message was relayed via gitbox.apache.org for 
notifications@geode.apache.org

Reply via email to