.Modelica_DeviceDrivers.OperatingSystem.randomReal_

returns a random real within the given range.

Interface

function randomReal_
  import Modelica;
  extends Modelica.Icons.Function;
  input Real minValue = 0;
  input Real maxValue = 1;
  output Real y;
end randomReal_;

Generated at 2025-07-18T18:20:57Z by OpenModelicaOpenModelica 1.25.1 using GenerateDoc.mos