Skip to content

Releases: ilqvya/random

Add support for weighted random values | code deduplication CRTP

05 Jul 17:01
Compare
Choose a tag to compare

Weighted random values with maps:
#44

Code deduplication:
#45

Compilation fix with latest libc++
98dc7ef

Small bug fixes + CI improve

27 Mar 15:19
0bb90af
Compare
Choose a tag to compare

Fixed compilation error when Windows.h included before random.hpp due to min\max macros
#32

Fixed compilation error for gcc10+ which does not have defined SIGSTKSZ variable
#34

Moved linux and macos CI to appveyor due to deprecation of travis.ci

Add support for random containers

26 Apr 07:01
528b381
Compare
Choose a tag to compare

Fixed performance bug

02 Nov 13:00
Compare
Choose a tag to compare

Fixed performance bug with Seeder constructor invoke on each Random number generation

Add support for new compilers in CI + external random algorithms + bugfixes

31 Mar 07:20
3c7d0ed
Compare
Choose a tag to compare

Add support for random characters

14 Oct 18:19
3e24544
Compare
Choose a tag to compare
v1.2.0

Update README.md

Add get() overload for built-in arrays

07 Dec 13:02
Compare
Choose a tag to compare

Use Construct On First Use idiom for static and thread local randoms

18 Oct 17:32
Compare
Choose a tag to compare

First release

05 Aug 17:14
Compare
Choose a tag to compare
1.0.0

Fix