returns a random real within the given range.
function randomReal_ import Modelica; extends Modelica.Icons.Function; input Real minValue = 0; input Real maxValue = 1; output Real y; end randomReal_;