Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: I think I found a serious bug in zstrtoul_underscore



On 11/6/2022 2:43 AM, Roman Perepelitsa wrote:
On Sat, Nov 5, 2022 at 10:58 PM Clinton Bunch <cdb_zsh@xxxxxxxxxxx> wrote:

helikon[~/tmp/zsh]% getrandom -L 0 -U $(( 2**32-1))
What is getrandom?
It's a builtin in the zsh/random module I'm writing. It gets random data from arc4random or getrandom and falls back to /dev/urandom if those aren't available.

Roman.






Messages sorted by: Reverse Date, Date, Thread, Author