normal01_rand_devs(X)
Returns a random number for each row in the column drawn from a normal distribution with a mean of 0 and a standard deviation of 1.
Syntax
normal01_rand_devs(X)
Input
Argument | Type | Description |
---|---|---|
X |
integer | A scalar value
|
Return Value
Returns a random value of type decimal for each row from a normal distribution with a mean
of 0, a standard deviation of 1, and X
as the seed.
If X is N/A, the 1010data Insights Platform throws an error.