summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_random.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-11Fixed undefined behaviour in left shift of int valueAndrei Zeliankou1-4/+4
2018-07-27Removed implicit call of nxt_thread() in nxt_thread_tid().Valentin Bartenev1-1/+1
2018-07-16Added getentropy() support.Sergey Kandaurov1-0/+8
2018-06-25Introduced nxt_length() macro.Valentin Bartenev1-1/+1
2018-05-25Fixed a dead store.Sergey Kandaurov1-2/+4
2018-05-24Using getrandom() libc interface, SYS_getrandom fixes.Sergey Kandaurov1-2/+6
2017-09-27Fixed building with pthread_t defined as a pointer.Sergey Kandaurov1-1/+1
2017-08-30Lib unit tests have been renamed to tests.Igor Sysoev1-5/+4
2017-07-10Introducing thread-safe nxt_random().Igor Sysoev1-5/+2
2017-01-17Initial version.Igor Sysoev1-0/+206