.DESLib.RandomLib.CMRG.AdvanceState

Information

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 2024-11-24T19:25:44Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos