Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: broken random variable
- X-seq: zsh-workers 44852
- From: Roman Perepelitsa <roman.perepelitsa@xxxxxxxxx>
- To: ". ." <apatiskogen@xxxxxxxxxx>
- Subject: Re: broken random variable
- Date: Sat, 19 Oct 2019 07:44:37 +0200
- Cc: Zsh hackers list <zsh-workers@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=UftE/KGGuNobOvQKi2R6XFq+7w6ucb8Quf+cc5mQsvI=; b=ayYa8Hq/a0ytIyL0oSfoT4XM1PecceTOG4DlHAIg2IfW/lW43L1I0c2XtNI0Q6hC4q On2H06RhnDMLuvm5jSqECNqMnTyAuYiVQZB+j4ETfQyQ1CK6PuAl2I81Bbvy9atI0ddX ygZiyMgxFCe7Ow+GQy7Ejqh7PjP518JuQhgDBJSamCoGTRg+VZB4JNOV/wV8YwDtGoE1 F+7xRhnFHWfhp8GtSeE6lyfpBfv35vkS8vvmjDZ+NT4cfZssaY/N4GkRv+rNFUkROCLO LAW2y/sqXiI+qoFv7vududPcMVoKDDa/YKx39Rq72G09/T1so6DB+0NY+kL+CXXs7nSf ET3A==
- In-reply-to: <8724321571463531@myt3-a2a42ac8caa6.qloud-c.yandex.net>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <8724321571463531@myt3-a2a42ac8caa6.qloud-c.yandex.net>
Simpler test case:
repeat 2 ( echo $RANDOM )
Prints the same number twice. Tested on FreeBSD and Linux.
Roman.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author