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

Re: use of rand() in zsh



On Mon, Oct 10, 2022 at 6:32 PM Clinton Bunch <cdbunch@xxxxxxxxxxx> wrote:
>
> I wonder if it wouldn't be worthwhile to create a module that gave
> access to better sources of random numbers on the systems that support them.

zmodload zsh/mathfunc
print $(( rand48() ))




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