simulator: Add PRNG field

This commit is contained in:
2026-06-08 10:11:00 +02:00
parent 92f301ea40
commit bad44c36f1
13 changed files with 18 additions and 14 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ const programC = @import("projectC/main.zig").main;
pub fn main(init: std.process.Init) !void {
var sim: Simulator = undefined;
sim.init(std.heap.page_allocator, init.io);
sim.init(std.heap.page_allocator, init.io, 0);
defer sim.deinit();
// Associate executable names to zig entry functions