1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 05:50:26 +02:00

(Random): In random:solid-sphere!, there is no return value.

This commit is contained in:
Kevin Ryde 2005-01-14 23:52:02 +00:00
parent 5c132e68d0
commit 4497bd2f81

View file

@ -1667,7 +1667,7 @@ Fills @var{vect} with inexact real random numbers the sum of whose
squares is less than 1.0. Thinking of @var{vect} as coordinates in
space of dimension @var{n} @math{=} @code{(vector-length @var{vect})},
the coordinates are uniformly distributed within the unit
@var{n}-sphere. The sum of the squares of the numbers is returned.
@var{n}-sphere.
@c FIXME: What does this mean, particularly the n-sphere part?
@end deffn