cocowalla / wyhash-dotnet

Zero-allocation C# implementation of Wang Yi's wyhash hash algorithm and wyrand PRNG
Apache License 2.0
55 stars 3 forks source link

Fix for #1, correct WyRng state mutation #2

Closed cocowalla closed 5 years ago

cocowalla commented 5 years ago

Don't mutate state with MUM operation when generating random numbers

cocowalla commented 5 years ago

AppVeyor is acting up on test execution for .NET Core 3.0 preview again, but it works fine for me locally - I assume this will be fixed in time - LGTM!