Merge branch 'master' of git://factorcode.org/git/factor into more-simd

db4
Slava Pestov 2009-09-30 20:05:16 -05:00
commit e79049ad0a
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ HELP: random
} ; } ;
HELP: random-32 HELP: random-32
{ $values { "elt" "a 32-bit random integer" } } { $values { "n" "a 32-bit random integer" } }
{ $description "Outputs 32 random bits. This word is more efficient than calling " { $link random } " because no scaling is done on the output." } ; { $description "Outputs 32 random bits. This word is more efficient than calling " { $link random } " because no scaling is done on the output." } ;
HELP: random-bytes HELP: random-bytes