|
From: | Blake McBride |
Subject: | Re: [Bug-apl] Not possible to set random seed in GNU APL 1.4? |
Date: | Mon, 17 Nov 2014 08:52:50 -0600 |
Hi Clark,
that seems to work on my machine.
What is your SVN number (displayed after the GNU APL version in the Welcome header) ?
Could be that the problem was fixed already since GNU APL 1.4 was released.
/// Jürgen
On 11/16/2014 05:27 PM, Clark Grubb wrote:
It was possible to set the random seed by assigning to ⎕RL in v1.3, but this
doesn't seem to work in v1.4.
______________________________________________________________________
v1.4 session
______________________________________________________________________
⎕RL
16807
⎕RL ← 17
? 10
5
⎕RL ← 17
? 10
6
⎕RL ← 17
? 10
5
⎕RL ← 17
? 10
8
______________________________________________________________________
______________________________________________________________________
v1.3 session
______________________________________________________________________
⎕RL
1
⎕RL ← 17
? 10
8
⎕RL ← 17
? 10
8
⎕RL ← 17
? 10
8
______________________________________________________________________
[Prev in Thread] | Current Thread | [Next in Thread] |