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
______________________________________________________________________