psemek/libs/random/include/psemek/random
2024-08-16 18:13:59 +03:00
..
device.hpp Rename random::random_device -> random::device 2021-02-15 12:24:43 +03:00
exponential.hpp Add exponential random distribution 2023-02-24 22:57:03 +03:00
generator.hpp Make random::generator::min/max constexpr 2023-08-22 20:28:44 +03:00
normal.hpp Fix random::normal_distribution: actually use mean & stddev instead of always generating N(0,1) 2024-02-05 13:32:35 +03:00
uniform.hpp Huge refactor: use util::exception everywhere instead of std exceptions 2023-08-06 18:33:07 +03:00
uniform_ball.hpp Fix random::uniform_ball result type 2020-12-10 10:38:42 +03:00
uniform_box.hpp Move random generation to a separate library 2020-12-09 23:53:36 +03:00
uniform_hemiball.hpp Add hemispherical random distributions 2020-12-10 10:39:04 +03:00
uniform_hemisphere.hpp Add hemispherical random distributions 2020-12-10 10:39:04 +03:00
uniform_int.hpp Fix random int generation 2024-08-16 18:13:59 +03:00
uniform_real.hpp Clang compilation fixes 2021-01-18 18:01:03 +03:00
uniform_sphere.hpp Move random generation to a separate library 2020-12-09 23:53:36 +03:00
weighted.hpp Add TODO to reimplement weighted distribution using Vose's alias algorithm 2024-01-26 13:29:04 +03:00