aboutsummaryrefslogtreecommitdiff
path: root/src/lj_prng.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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