.Modelica_Noise.Math.Random.Interfaces.random

Information

This partial function defines the input and output arguments of a random(..) function of a random number generator package.

Interface

partial function random
  extends Modelica.Icons.Function;
  input Integer[stateSize] stateIn "The internal states for the random number generator";
  input Integer stateSize "The dimension of the internal state vector";
  output Real result "A random number with a uniform distribution on the interval (0,1]";
  output Integer[stateSize] stateOut "The new internal states of the random number generator";
end random;

Revisions

Date Description
June 22, 2015
Initial version implemented by A. Klöckner, F. v.d. Linden, D. Zimmer, M. Otter.
DLR Institute of System Dynamics and Control


Generated at 2024-05-18T18:16:21Z by OpenModelicaOpenModelica 1.22.4 using GenerateDoc.mos