.AdvancedNoise.Generators.Utilities.Interfaces.PartialGenerator.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";
  output Integer[nState] state "The generated initial states";
end initialState;

Revisions

Date Description
June 22, 2015
DLR logo 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-11-21T19:25:40Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos