Normalrnd
- Last UpdatedJan 11, 2023
- 1 minute read
- PI System
- PI Server 2018
- PI Server
Return a random number that maps the normal distribution curve using a specified mean and standard deviation.
Syntax
Normalrnd(x, y)
Arguments
-
x
A real number specifying the mean of the normal distribution curve
-
y
A real number specifying the standard deviation of the normal distribution curve
Returns
A random number that maps the normal distribution curve with a specified mean and standard deviation
Exceptions
None
Example
-
Normalrnd(300, 2.5)