DataJuggler.Core.RandomShuffler 1.2.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package DataJuggler.Core.RandomShuffler --version 1.2.3
NuGet\Install-Package DataJuggler.Core.RandomShuffler -Version 1.2.3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="DataJuggler.Core.RandomShuffler" Version="1.2.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DataJuggler.Core.RandomShuffler --version 1.2.3
#r "nuget: DataJuggler.Core.RandomShuffler, 1.2.3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install DataJuggler.Core.RandomShuffler as a Cake Addin
#addin nuget:?package=DataJuggler.Core.RandomShuffler&version=1.2.3

// Install DataJuggler.Core.RandomShuffler as a Cake Tool
#tool nuget:?package=DataJuggler.Core.RandomShuffler&version=1.2.3

I fixed some issues with numbers larger than 256 not shuffling properly.

After I got this working I found out there was a LargeNumberShuffler I forgot creating.

Product Compatible and additional computed target framework versions.
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on DataJuggler.Core.RandomShuffler:

Package Downloads
DataJuggler.PixelDatabase.Net

PixelDatabase is a List of PixelInformation objects, that you can use LINQ expressions or Bitmap Query Language expressions to update images.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.2.6 800 7/20/2020
1.2.3 582 8/16/2019
1.2.2 510 8/12/2019
1.2.1 524 5/28/2019

Verion 1.2.3: I made some changes for handling numbers over 256 with the default Shuffler.
   It has been so long since I worked on this project, I forgot there is also a LargeNumberShuffler.