diff doc/interpreter/matrix.txi @ 5730:109fdf7b3dcb

[project @ 2006-04-03 19:18:26 by jwe]
author jwe
date Mon, 03 Apr 2006 19:18:26 +0000
parents ab5870f984d9
children ace8d8d26933
line wrap: on
line diff
--- a/doc/interpreter/matrix.txi
+++ b/doc/interpreter/matrix.txi
@@ -143,8 +143,15 @@
 
 @DOCSTRING(randn)
 
-The @code{rand} and @code{randn} functions use separate generators.
-This ensures that
+@DOCSTRING(rande)
+
+@DOCSTRING(randp)
+
+@DOCSTRING(randg)
+
+The new random generators all use a common Mersenne Twister generator,
+and so the state of only one of the generators needs to be reset.
+The old generator function use separate generators. This ensures that
 
 @example
 @group