You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@geode.apache.org by "pivotal-jbarrett (GitHub)" <gi...@apache.org> on 2019/01/04 20:10:26 UTC

[GitHub] [geode-native] pivotal-jbarrett commented on pull request #430: GEODE-6210: Add 'transaction' example for cpp

```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