.Modelica_Noise.Math.Random.Interfaces.initialState

Information

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

Interface

partial function initialState
  extends Modelica.Icons.Function;
  input Integer localSeed "The local seed to be used for generating initial states";
  input Integer globalSeed "The global seed to be combined with the local seed";
  input Integer stateSize "The dimension of the internal state vector";
  output Integer[stateSize] state "The generated initial states";
end initialState;

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