On 11/6/2022 2:43 AM, Roman Perepelitsa wrote:
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.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?
Roman.