.DESLib.RandomLib.CMRG.AdvanceState

Advances the state of the RngStream g by k values. If e>0 , then k=2^e+c; if e<0, then k=-2^-e+c; and if e=0,then k=c

Interface

function AdvanceState
  input RngStream g;
  input Real e;
  input Real c;
  output RngStream gout;
end AdvanceState;

Generated at 2025-04-26T18:20:16Z by OpenModelicaOpenModelica 1.25.0 using GenerateDoc.mos