summaryrefslogtreecommitdiffstats
path: root/src/include/random.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* include/random: use std::optional instead of boost::optionalMax Kellermann2024-12-091-2/+2
* librbd: avoid broken mingw rngLucian Petrut2020-10-221-3/+12
* common: random: added a deduction guide to make using the function objectJesse Williamson2019-09-141-2/+5
* *: set missing CLOEXEC on opened fdsPatrick Donnelly2018-09-201-2/+2
* random: revert change from boost::optional to std::optionalCasey Bodley2018-04-201-2/+2
* Extends random.h: numeric types relaxed to compatible types (withJesse Williamson2018-03-011-116/+118
* common: Swap C++14 template type aliases for variablesAdam C. Emerson2017-12-141-11/+10
* random: extend generate_random_number() for all int typesCasey Bodley2017-10-091-6/+6
* common: implement random number generator (following N3551)Jesse Williamson2017-08-221-0/+288