.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 2025-12-24T19:13:54Z by OpenModelicaOpenModelica 1.26.0 using GenerateDoc.mos