1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-02 13:00:26 +02:00
This commit is contained in:
Mikael Djurfeldt 2000-04-13 00:29:22 +00:00
parent 2f52380ca9
commit a401a730c9

View file

@ -361,7 +361,7 @@ SCM_DEFINE (scm_random, "random", 1, 1, 0,
"distribution.\n" "distribution.\n"
"\n" "\n"
"The optional argument STATE must be of the type produced by\n" "The optional argument STATE must be of the type produced by\n"
"`seed->andom-state'. It defaults to the value of the variable\n" "`seed->random-state'. It defaults to the value of the variable\n"
"*random-state*. This object is used to maintain the state of\n" "*random-state*. This object is used to maintain the state of\n"
"the pseudo-random-number generator and is altered as a side\n" "the pseudo-random-number generator and is altered as a side\n"
"effect of the random operation.\n" "effect of the random operation.\n"