This is a C# implementation of xoshiro/xoroshiro algorithm family that were created by Sebastiano Vigna and David Blackman.
$ dotnet add package Medo.ScrambledLinearThis is a C# implementation of xoshiro/xoroshiro family of algorithms that were created by Sebastiano Vigna and David Blackman.
You can find packaged library at NuGet and add it you your application using the following command:
dotnet add package ScrambledLinear