Skip to content

RFC: Use the C++ standard library facilities for random number generation

Adam Reichold requested to merge (removed):portable-random into master

Use the C++ standard library facilities for (thread-safe) random number generation avoiding the need for explicit configure checks.

Merge request reports