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 0d7f9a2 commit 759d111Copy full SHA for 759d111
README.md
@@ -5,7 +5,7 @@ This is an alternative, most mostly equivalent, re-implementation of C#'s
5
6
This works by keeping everything in equations of the form `a * Seed + b mod p`.
7
8
-You can `ressolve` these equations for any `Seed` to get the output of some
+You can `resolve` these equations for any `Seed` to get the output of some
9
`(new Random(Seed).Next...)`.
10
11
You can do algebra on the equations to find other more complicated situations.
0 commit comments