Index: en/language-snippets.ent =================================================================== RCS file: /repository/phpdoc/en/language-snippets.ent,v retrieving revision 1.263 diff -u -p -r1.263 language-snippets.ent --- en/language-snippets.ent 2 May 2009 10:20:44 -0000 1.263 +++ en/language-snippets.ent 10 May 2009 17:49:33 -0000 @@ -2,6 +2,8 @@ +4.2.0The random +number generator is seeded automatically.'> Index: en/reference/math/functions/mt-rand.xml =================================================================== RCS file: /repository/phpdoc/en/reference/math/functions/mt-rand.xml,v retrieving revision 1.18 diff -u -p -r1.18 mt-rand.xml --- en/reference/math/functions/mt-rand.xml 16 Jan 2009 15:28:43 -0000 1.18 +++ en/reference/math/functions/mt-rand.xml 10 May 2009 17:49:33 -0000 @@ -34,8 +34,6 @@ between 5 and 15 (inclusive), for example, use mt_rand(5, 15). - ¬e.randomseed; - &reftitle.parameters; @@ -67,6 +65,24 @@ and max (or mt_getrandmax, inclusive) + + &reftitle.changelog; + + + + + + &Version; + &Description; + + + + &changelog.randomseed; + + + + + &reftitle.examples; Index: en/reference/math/functions/rand.xml =================================================================== RCS file: /repository/phpdoc/en/reference/math/functions/rand.xml,v retrieving revision 1.22 diff -u -p -r1.22 rand.xml --- en/reference/math/functions/rand.xml 16 Jan 2009 15:28:43 -0000 1.22 +++ en/reference/math/functions/rand.xml 10 May 2009 17:49:33 -0000 @@ -33,9 +33,6 @@ mt_rand instead. - - ¬e.randomseed; - &reftitle.parameters; @@ -67,6 +64,24 @@ (or 0) and max (or getrandmax, inclusive). + + &reftitle.changelog; + + + + + + &Version; + &Description; + + + + &changelog.randomseed; + + + + + &reftitle.examples; Index: en/reference/array/functions/array-rand.xml =================================================================== RCS file: /repository/phpdoc/en/reference/array/functions/array-rand.xml,v retrieving revision 1.13 diff -u -p -r1.13 array-rand.xml --- en/reference/array/functions/array-rand.xml 16 Jan 2009 16:14:24 -0000 1.13 +++ en/reference/array/functions/array-rand.xml 10 May 2009 17:49:33 -0000 @@ -50,6 +50,30 @@ random keys as well as values out of the array. + + &reftitle.changelog; + + + + + + &Version; + &Description; + + + + + 5.2.10 + + The resulting array of keys is no longer shuffled. + + + &changelog.randomseed; + + + + + &reftitle.examples; @@ -58,7 +82,6 @@ - - &reftitle.notes; - ¬e.randomseed; - &reftitle.seealso; Index: en/reference/array/functions/shuffle.xml =================================================================== RCS file: /repository/phpdoc/en/reference/array/functions/shuffle.xml,v retrieving revision 1.18 diff -u -p -r1.18 shuffle.xml --- en/reference/array/functions/shuffle.xml 20 Mar 2009 20:38:30 -0000 1.18 +++ en/reference/array/functions/shuffle.xml 10 May 2009 17:49:33 -0000 @@ -56,10 +56,27 @@ foreach ($numbers as $number) { + + &reftitle.changelog; + + + + + + &Version; + &Description; + + + + &changelog.randomseed; + + + + + &reftitle.notes; ¬e.no-key-association; - ¬e.randomseed; &reftitle.seealso;