We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2156d4d commit 4885420Copy full SHA for 4885420
README.md
@@ -35,7 +35,7 @@ pub fn build(b: *std.Build) void {
35
Now in your code you may import and use zmath:
36
37
```zig
38
-const zm = @import("zmath").zmath;
+const zm = @import("zmath");
39
40
pub fn main() !void {
41
//
src/benchmark.zig
@@ -65,7 +65,7 @@ pub fn main() !void {
65
const std = @import("std");
66
const time = std.time;
67
const Timer = time.Timer;
68
69
70
var prng = std.Random.DefaultPrng.init(0);
71
const random = prng.random();
0 commit comments