utilities.qbk 498 B

1234567891011121314
  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. [table Utilities
  9. [[Name][Description]]
  10. [[__seed_seq] [Used to seed [prng Random Engines]]]
  11. [[__random_number_generator] [Adapts a __PseudoRandomNumberGenerator to work with std::random_shuffle]]
  12. [[__generate_canonical] [Produces random floating point values with specific precision.]]
  13. ]