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 74b57fc commit 10d404cCopy full SHA for 10d404c
src/util/mod.rs
@@ -14,6 +14,7 @@ impl Lcg {
14
.duration_since(UNIX_EPOCH)
15
.unwrap()
16
.as_nanos() as u64;
17
+
18
Self { state: seed }
19
}
20
0 commit comments