randUniform#

swordfish.function.randUniform()#

Return a vector of random values with continuous uniform distribution.

Parameters:
  • lower (Constant) – A numeric scalar indicating the lower bound of a continuous uniform distribution.

  • upper (Constant) – A numeric scalar indicating the upper bound of a continuous uniform distribution.

  • count (Constant) – The number of random values to be generated.