generator_defs.qbk 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637
  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. [template rand48_speed[] 68%]
  9. [template lrand48_run_time_speed[] 12%]
  10. [template minstd_rand0_speed[] 32%]
  11. [template minstd_rand_speed[] 26%]
  12. [template ecuyer_combined_speed[] 11%]
  13. [template kreutzer1986_speed[] 46%]
  14. [template hellekalek1995__inversive__speed[] 2%]
  15. [template mt11213b_speed[] 95%]
  16. [template mt19937_speed[] 100%]
  17. [template lagged_fibonacci607_speed[] 42%]
  18. [template lagged_fibonacci1279_speed[] 44%]
  19. [template lagged_fibonacci2281_speed[] 44%]
  20. [template lagged_fibonacci3217_speed[] 43%]
  21. [template lagged_fibonacci4423_speed[] 44%]
  22. [template lagged_fibonacci9689_speed[] 44%]
  23. [template lagged_fibonacci19937_speed[] 44%]
  24. [template lagged_fibonacci23209_speed[] 44%]
  25. [template lagged_fibonacci44497_speed[] 44%]
  26. [template subtract_with_carry_speed[] 72%]
  27. [template subtract_with_carry_01_speed[] 54%]
  28. [template ranlux3_speed[] 6%]
  29. [template ranlux4_speed[] 4%]
  30. [template ranlux3_01_speed[] 5%]
  31. [template ranlux4_01_speed[] 2%]
  32. [template ranlux64_3_speed[] 6%]
  33. [template ranlux64_4_speed[] 4%]
  34. [template ranlux64_3_01_speed[] 4%]
  35. [template ranlux64_4_01_speed[] 2%]
  36. [template mt19937ar_c_speed[] 97%]