.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-03-08T19:24:39Z by OpenModelicaOpenModelica 1.24.5 using GenerateDoc.mos