Sprout/sprout/random
2013-11-08 23:20:43 +09:00
..
detail support C++14 constexpr: random distributions 2013-11-05 23:46:23 +09:00
additive_combine.hpp add C++14 constexpr version: random generator 2013-11-05 17:39:11 +09:00
bernoulli_distribution.hpp support C++14 constexpr: random distributions 2013-11-05 23:46:23 +09:00
binomial_distribution.hpp support C++14 constexpr: random distributions 2013-11-05 23:46:23 +09:00
default_random_engine.hpp add copyright 2013-08-08 18:54:33 +09:00
distribution.hpp add copyright 2013-08-08 18:54:33 +09:00
engine.hpp add copyright 2013-08-08 18:54:33 +09:00
geometric_distribution.hpp support C++14 constexpr: random distributions 2013-11-05 23:46:23 +09:00
inversive_congruential.hpp add C++14 constexpr version: random generator 2013-11-05 17:39:11 +09:00
iterator.hpp add copyright 2013-08-08 18:54:33 +09:00
linear_congruential.hpp add C++14 constexpr version: random generator 2013-11-05 17:39:11 +09:00
linear_feedback_shift.hpp add C++14 constexpr version: random generator 2013-11-05 17:39:11 +09:00
mersenne_twister.hpp fix: random generator/distribution result type (add const) 2013-11-04 18:50:48 +09:00
normal_distribution.hpp support C++14 constexpr: random distributions 2013-11-05 23:46:23 +09:00
random_result.hpp add macro SPROUT_NON_CONSTEXPR 2013-11-02 18:28:18 +09:00
range.hpp add copyright 2013-08-08 18:54:33 +09:00
seed.hpp [sprout.random] add seed_array 2013-11-08 23:20:43 +09:00
seed_array.hpp [sprout.random] add seed_array 2013-11-08 23:20:43 +09:00
shuffle_order.hpp add C++14 constexpr version: random generator 2013-11-05 17:39:11 +09:00
taus88.hpp add copyright 2013-08-08 18:54:33 +09:00
uniform_01.hpp fix: std::numeric_limits -> sprout::numeric_limits 2013-11-06 00:11:51 +09:00
uniform_int_distribution.hpp fix: std::numeric_limits -> sprout::numeric_limits 2013-11-06 00:11:51 +09:00
uniform_real_distribution.hpp support C++14 constexpr: random distributions 2013-11-05 23:46:23 +09:00
uniform_smallint.hpp fix warning: remove unused typedef 2013-11-05 23:53:24 +09:00
unique_seed.hpp add copyright 2013-08-08 18:54:33 +09:00
variate_generator.hpp add copyright 2013-08-08 18:54:33 +09:00
xor_combine.hpp add C++14 constexpr version: random generator 2013-11-05 17:39:11 +09:00