tutorial.qbk 637 B

1234567891011121314151617181920212223242526272829303132333435
  1. [/
  2. / Copyright (c) 2009 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. [section Generating integers in a range]
  9. [import ../example/die.cpp]
  10. [die]
  11. [endsect]
  12. [section Generating integers with different probabilities]
  13. [import ../example/weighted_die.cpp]
  14. [weighted_die]
  15. [endsect]
  16. [section Generating a random password]
  17. [import ../example/password.cpp]
  18. [password]
  19. [endsect]
  20. [section Generating quasi-random line-sphere intersections]
  21. [import ../example/intersections.cpp]
  22. [intersections]
  23. [endsect]