update comments

This commit is contained in:
daan 2020-09-03 10:00:01 -07:00
parent 900c97664a
commit ff0d98883e
2 changed files with 3 additions and 3 deletions

View file

@ -155,7 +155,7 @@ uintptr_t _mi_random_next(mi_random_ctx_t* ctx) {
/* ----------------------------------------------------------------------------
To initialize a fresh random context we rely on the OS:
- Windows : BCryptGenRandom
- Windows : RtlGenRandom
- osX,bsd,wasi: arc4random_buf
- Linux : getrandom,/dev/urandom
If we cannot get good randomness, we fall back to weak randomness based on a timer and ASLR.