Skip to content

Commit 689f67d

Browse files
authored
Resolving random funct
1 parent 3309bca commit 689f67d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/data-factory/data-flow-expressions-usage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1874,8 +1874,8 @@ ___
18741874
<a name="random" ></a>
18751875

18761876
### <code>random</code>
1877-
<code><b>random(<i>&lt;value1&gt;</i> : integral) => long</b></code><br/><br/>
1878-
Returns a random number given an optional seed within a partition. The seed should be a fixed value and is used with the partitionId to produce random values
1877+
<code><b>random(<i>&lt;value1&gt;</i> : integral) => double</b></code><br/><br/>
1878+
Returns a random number given a seed within a partition. The seed should be a fixed value and is used with the partitionId to produce random values in range (0.0-1.0).
18791879
* ``random(1) == 1 -> false``
18801880
___
18811881

0 commit comments

Comments
 (0)