Browse Source

HPCC-14226 Document range of values for RANDOM

Signed-off-by: Jim DeFabia <jamesdefabia@lexisnexis.com>
Jim DeFabia 9 years ago
parent
commit
63acd5f973
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/ECLLanguageReference/ECLR_mods/BltInFunc-RANDOM.xml

+ 1 - 1
docs/ECLLanguageReference/ECLR_mods/BltInFunc-RANDOM.xml

@@ -27,7 +27,7 @@
     </informaltable></para>
 
   <para>The <emphasis role="bold">RANDOM </emphasis>function returns a
-  pseudo-random positive integer value.</para>
+  pseudo-random non-negative integer value between 0 and 4,294,967,295.</para>
 
   <para>Example:</para>