Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | include/random: use std::optional instead of boost::optional | Max Kellermann | 2024-12-09 | 1 | -2/+2 |
* | librbd: avoid broken mingw rng | Lucian Petrut | 2020-10-22 | 1 | -3/+12 |
* | common: random: added a deduction guide to make using the function object | Jesse Williamson | 2019-09-14 | 1 | -2/+5 |
* | *: set missing CLOEXEC on opened fds | Patrick Donnelly | 2018-09-20 | 1 | -2/+2 |
* | random: revert change from boost::optional to std::optional | Casey Bodley | 2018-04-20 | 1 | -2/+2 |
* | Extends random.h: numeric types relaxed to compatible types (with | Jesse Williamson | 2018-03-01 | 1 | -116/+118 |
* | common: Swap C++14 template type aliases for variables | Adam C. Emerson | 2017-12-14 | 1 | -11/+10 |
* | random: extend generate_random_number() for all int types | Casey Bodley | 2017-10-09 | 1 | -6/+6 |
* | common: implement random number generator (following N3551) | Jesse Williamson | 2017-08-22 | 1 | -0/+288 |