.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-04-26T18:20:16Z by OpenModelicaOpenModelica 1.25.0 using GenerateDoc.mos