bug-apl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-apl] Not possible to set random seed in GNU APL 1.4?


From: Clark Grubb
Subject: Re: [Bug-apl] Not possible to set random seed in GNU APL 1.4?
Date: Mon, 17 Nov 2014 14:21:29 -0800

I was running the 1.4 tarball, which has a number 7887 after version
number in the splash.  Getting the
most recent code from SVN and building it does fix the problem.  Thanks.
______________________________________________________________________


On Mon, Nov 17, 2014 at 6:52 AM, Blake McBride <address@hidden> wrote:
> Works for me too using latest SVN.
>
> On Mon, Nov 17, 2014 at 6:26 AM, Juergen Sauermann
> <address@hidden> wrote:
>>
>> 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
>>> ______________________________________________________________________
>>>
>>>
>>
>>
>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]