.Modelica_DeviceDrivers.OperatingSystem.randomReal_

Information

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 2024-03-28T19:15:55Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos