]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/random/doc/utilities.qbk
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / random / doc / utilities.qbk
1 [/
2 / Copyright (c) 2015 Steven Watanabe
3 /
4 / Distributed under the Boost Software License, Version 1.0. (See
5 / accompanying file LICENSE_1_0.txt or copy at
6 / http://www.boost.org/LICENSE_1_0.txt)
7 ]
8
9 [table Utilities
10 [[Name][Description]]
11 [[__seed_seq] [Used to seed [prng Random Engines]]]
12 [[__random_number_generator] [Adapts a __PseudoRandomNumberGenerator to work with std::random_shuffle]]
13 [[__generate_canonical] [Produces random floating point values with specific precision.]]
14 ]