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

Re: random once but not twice



Peter Stephenson wrote:

> You can also work around with the following
> rand48 function.
>
> (rand48; print $REPLY)
> (rand48; print $REPLY)

$ (rand48; print $REPLY)

zsh: command not found: rand48

-- 
underground experts united
http://user.it.uu.se/~embe8573



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