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:
parent
5c132e68d0
commit
4497bd2f81
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue