.DESLib.RandomLib.CMRG.CreateStream

CreateStream

Information

CreateStream

Initializes an RngStream g

Syntax

CreateStream()

Description

Reads the value of the package seed, initializes the RngStream and updates the package seed.

Examples

g := CMRG.CreateStream();

Interface

function CreateStream
  output RngStream g "Created RngStream";
end CreateStream;

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