2
0
mirror of https://github.com/boostorg/uuid.git synced 2026-01-19 04:42:16 +00:00

Update random_generator.adoc

This commit is contained in:
Peter Dimov
2024-10-23 03:24:06 +03:00
parent 8b85cda4f1
commit f93d337194

View File

@@ -34,7 +34,7 @@ public:
// only provided for backward compatibility
using random_generator_mt19937 = basic_random_generator<std::mt19937>;
using random_generator_pure = basic_random_generator<std::random_device> random_generator_pure;
using random_generator_pure = basic_random_generator<std::random_device>;
}} // namespace boost::uuids
----