.DESLib.RandomLib.CMRG.GetState

GetState

Information

GetState

Syntax

GetState(g)

Description

Returns the current state of RngStream g.

Examples

  CMRG.GetState(g) =
  {2.9888e+009,1.4434e+009,3.39191e+009,6.80411e+007,1.94413e+009,1.91104e+008}

Interface

function GetState
  input RngStream g "RngStream";
  output Src.Seed seed "Current state of RngStream";
end GetState;

Generated at 2026-07-22T21:16:24Z by OpenModelicaOpenModelica 1.27.0 using GenerateDoc.mos