From c64077509a2a5e7af8816653e4ea22c4bbeeaff2 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 20 Apr 2025 19:22:50 +0900 Subject: feat: update zig to 0.14.0 --- src/rtw/rand.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rtw/rand.zig') diff --git a/src/rtw/rand.zig b/src/rtw/rand.zig index 47a8d61..dcc2aa1 100644 --- a/src/rtw/rand.zig +++ b/src/rtw/rand.zig @@ -2,7 +2,7 @@ const std = @import("std"); const Vec3 = @import("vec.zig").Vec3; -pub const Random = std.rand.Random; +pub const Random = std.Random; // [min, max) pub fn randomInt(comptime T: type, rand: Random, min: T, max: T) T { -- cgit v1.2.3-70-g09d2