[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug-apl] Not possible to set random seed in GNU APL 1.4?
From: |
Clark Grubb |
Subject: |
[Bug-apl] Not possible to set random seed in GNU APL 1.4? |
Date: |
Sun, 16 Nov 2014 08:27:56 -0800 |
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
______________________________________________________________________
- [Bug-apl] Not possible to set random seed in GNU APL 1.4?,
Clark Grubb <=