| author | |
| committer | |
| log | 39bc82561a778f14aca69929690e6cb225f79ed4 |
| tree | c733cf0833a3cde7214ec337be8afd245712ce44 |
| parent | af35b73b9929b9d7a698101190b6f0d27ce27542 |
| signature |
1 files changed, 1 insertions(+), 1 deletions(-)
std/rand.zig+1-1| ... | ... | @@ -1011,7 +1011,7 @@ test "Sfc64 sequence" { |
| 1011 | 1011 | // Unfortunately there does not seem to be an official test sequence. |
| 1012 | 1012 | var r = Sfc64.init(0); |
| 1013 | 1013 | |
| 1014 | const seq = []const u64{ | |
| 1014 | const seq = [_]u64{ | |
| 1015 | 1015 | 0x3acfa029e3cc6041, |
| 1016 | 1016 | 0xf5b6515bf2ee419c, |
| 1017 | 1017 | 0x1259635894a29b61, |