.DESLib.RandomLib.CMRG.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 2024-11-24T19:25:44Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos