.DESLib.RandomLib.CMRG.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 2025-01-21T19:25:52Z by OpenModelicaOpenModelica 1.24.3 using GenerateDoc.mos