Skip to content

Commit

Permalink
Update random_generator.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimov committed Oct 23, 2024
1 parent 8b85cda commit f93d337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/uuid/random_generator.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
----
Expand Down

0 comments on commit f93d337

Please sign in to comment.