6 packages tagged with “Xoroshiro”
Xoshiro/Xoroshiro PRNG Family with compatibility to System.Random plus custom "Unleashed" interface
Library that provide many random generator algorithm.
This is a C# implementation of xoshiro/xoroshiro algorithm family that were created by Sebastiano Vigna and David Blackman.
This .NET library is a super light implementation of the `Xoshiro256**` algorithm with inclusive min and max values, and it's only 1 file large. You can supply your own seeds/states or not, the outputted values are evenly distributed, and it returns Boolean/8bit/16bit/32bit/64bit/Single/Double. You can inherit from the `KRand` class too and add other stuff. You can also shuffle `IList`s and `Span`s. Performance is the focus; no allocations unless absolutely necessary! Project URL and Samples ― https://github.com/Kermalis/KRand