.Noise.Utilities.Interfaces.InputOutput

Information

The basic interface for inputs and outputs of a random number generator function

Interface

partial function InputOutput
  input Modelica.SIunits.Time instance "The current time for an arithmetic random number generator";
  input Integer[:] states_in "The discrete states for a recursive random number generator";
  output Real rand "The random number with a uniform distribution on the interval [1,0]";
  output Integer[size(states_in, 1)] states_out "The new states of a recursive random number generator";
end InputOutput;

Revisions

Developed 2014 at the DLR Institute of System Dynamics and Control


Generated at 2024-11-21T19:25:40Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos