.DESLib.RandomLib.CMRG.Src.MultModM

Compute (a*s + c) % m. m must be < 2^35. Works also for s, c < 0

Interface

function MultModM
  input Real a;
  input Real s;
  input Real c;
  input Real m;
  output Real v;
end MultModM;

Generated at 2025-04-03T18:24:42Z by OpenModelicaOpenModelica 1.24.5 using GenerateDoc.mos