Capgemini.Cauldron.Randomizer 3.2.3

dotnet add package Capgemini.Cauldron.Randomizer --version 3.2.3
NuGet\Install-Package Capgemini.Cauldron.Randomizer -Version 3.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="Capgemini.Cauldron.Randomizer" Version="3.2.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Capgemini.Cauldron.Randomizer --version 3.2.3
#r "nuget: Capgemini.Cauldron.Randomizer, 3.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 Capgemini.Cauldron.Randomizer as a Cake Addin
#addin nuget:?package=Capgemini.Cauldron.Randomizer&version=3.2.3

// Install Capgemini.Cauldron.Randomizer as a Cake Tool
#tool nuget:?package=Capgemini.Cauldron.Randomizer&version=3.2.3

Provides a randomizer that is cryptographically secure.
     Breaking changes in 3.1.x - See https://github.com/Capgemini/Cauldron for more information.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net45 is compatible.  net451 is compatible.  net452 is compatible.  net46 is compatible.  net461 is compatible.  net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap was computed.  uap10.0 is compatible. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on Capgemini.Cauldron.Randomizer:

Package Downloads
Capgemini.Cauldron.Cryptography

Contains typical implementations for AES, RSA and RSA-AES encryptions. It also contains extensions that helps working with SecureString. Breaking changes in 3.1.x - See https://github.com/Capgemini/Cauldron for more information.

Capgemini.Cauldron.Consoles

Cauldron.Consoles is a Cauldron.Core based parameter parser which supports grouping of parameters in execution groups. It is also supports localization and has a nice parameter table :) Breaking changes in 3.1.x - See https://github.com/Capgemini/Cauldron for more information.

Capgemini.Cauldron.Win32.WPF.ParameterPassing

Handles passing of parameters to running instance(s) of an application.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.2.3 4,153 10/29/2018
3.2.2 8,123 10/16/2018
3.2.1 3,886 10/2/2018
3.2.0 4,820 9/28/2018
3.1.26-beta 1,498 8/10/2018

2018.07.01 - [C] Now signed
     2018.05.06 - [C] Assembly for UWP added
     2018.05.04 - [C] Assemblies for Net45, Net451, Net452, Net46, Net461 and Net462 added
     2017.12.24 - [C] Net461 DLLs removed because it causes a lot of issues on mixed solutions (NetCore and Net461)
     2017.12.21 - [A] Added assemblies for NET45 and NET461