aboutsummaryrefslogtreecommitdiff
path: root/src/lj_prng.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into v2.1Mike Pall2025-01-131-1/+1
* Merge branch 'master' into v2.1Mike Pall2023-08-201-1/+1
* Fix QNX build.Mike Pall2022-09-121-1/+1
* Add Nintendo Switch port.Mike Pall2022-06-081-0/+9
* Add PS5 port.Mike Pall2022-04-171-2/+2
* *BSD: Fix getentropy() declaration.Mike Pall2022-03-071-1/+1
* Merge branch 'master' into v2.1Mike Pall2022-01-151-1/+1
* PS4: Fix compile.Mike Pall2021-07-191-1/+1
* NetBSD: Use PROT_MPROTECT() and disable getentropy().Mike Pall2021-03-291-1/+1
* iOS: Don't use getentropy() since it's disallowed in the App Store.Mike Pall2021-03-101-3/+9
* Merge branch 'master' into v2.1Mike Pall2021-01-021-1/+1
* Fix warning.Mike Pall2020-11-301-1/+1
* Handle old OSX/iOS without getentropy().Mike Pall2020-07-131-2/+16
* Fix OSX build.Mike Pall2020-06-231-1/+6
* Use a securely seeded global PRNG for the VM.Mike Pall2020-06-151-0/+225