[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: random:solid-sphere! vs new vectors
From: |
Marius Vollmer |
Subject: |
Re: random:solid-sphere! vs new vectors |
Date: |
Mon, 17 Jan 2005 18:29:16 +0100 |
User-agent: |
Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (gnu/linux) |
Kevin Ryde <address@hidden> writes:
> More possible trouble with the new vectors,
>
> (random:solid-sphere! (make-vector 3))
> => Wrong type (expecting uniform array): #(0.402854919971486
> -0.66019561824329 -0.346041556106454)
Yep, I fixed this, thanks!
2005-01-17 Marius Vollmer <address@hidden>
* random.c (scm_random_solid_sphere_x): Use
scm_c_generalized_vector_length instead of
scm_uniform_vector_length.
> I applied a doc fix for random:solid-sphere! too, it was described as
> returning the sum of the squares, but in fact it's SCM_UNSPECIFIED.
Thanks!