bug-guile
[Top][All Lists]
Advanced

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

Re: Problem with random numbers on the EM64T platform


From: Mikael Djurfeldt
Subject: Re: Problem with random numbers on the EM64T platform
Date: Sun, 19 Feb 2006 17:36:08 +0100

On 2/18/06, Mikael Djurfeldt <address@hidden> wrote:
> I've compiled CVS HEAD on the EM64T platform (Xeon processor).
>
> (random:uniform) gives results outside the intended interval [0,1[.

I've now fixed this in CVS HEAD:

2006-02-19  Mikael Djurfeldt  <address@hidden>

        * random.c: Test for SCM_HAVE_T_UINT64 instead of
        SCM_HAVE_T_INT64.
        (scm_i_uniform32, scm_i_uniform32, scm_i_init_rstate): Use
        scm_t_uint64 and scm_t_uint32 instead of scm_t_int64 and
        scm_t_int32.




reply via email to

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