m... maybe this isn't a breaking change?  idk.

Does "breaking" mean API-breaking, or results-breaking?
I kinda imply the latter in the readme, where I say changing the
algorithm will be a major version update, but this is also a
quite minor edge-case fix to something that was incorrect.

This is a lot to think about before coffee.
1 files changed, 1 insertions(+), 1 deletions(-)

M Cargo.toml
M Cargo.toml +1 -1
@@ 1,6 1,6 @@ 
 [package]
 name = "oorandom"
-version = "12.0.0"
+version = "11.1.5"
 authors = ["Simon Heath <icefox@dreamquest.io>"]
 edition = "2018"
 description = "A tiny, robust PRNG implementation."