On 2/18/06, Mikael Djurfeldt <[EMAIL PROTECTED]> 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  <[EMAIL PROTECTED]>

        * 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.


_______________________________________________
Bug-guile mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-guile

Reply via email to