Enigmatry.Entry.Randomness
9.1.1-preview.5
This is a prerelease version of Enigmatry.Entry.Randomness.
dotnet add package Enigmatry.Entry.Randomness --version 9.1.1-preview.5
NuGet\Install-Package Enigmatry.Entry.Randomness -Version 9.1.1-preview.5
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="Enigmatry.Entry.Randomness" Version="9.1.1-preview.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Enigmatry.Entry.Randomness" Version="9.1.1-preview.5" />
<PackageReference Include="Enigmatry.Entry.Randomness" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Enigmatry.Entry.Randomness --version 9.1.1-preview.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Enigmatry.Entry.Randomness, 9.1.1-preview.5"
#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.
#:package Enigmatry.Entry.Randomness@9.1.1-preview.5
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Enigmatry.Entry.Randomness&version=9.1.1-preview.5&prerelease
#tool nuget:?package=Enigmatry.Entry.Randomness&version=9.1.1-preview.5&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Randomness Library
A utility library that provides methods for generating random data, useful for testing and data generation scenarios.
Intended Usage
Use this library when you need to generate random test data, create dummy content, or simulate randomized behavior in your applications.
Installation
Add the package to your project:
dotnet add package Enigmatry.Entry.Randomness
Usage Example
using Enigmatry.Entry.Randomness;
// Generate a random string
string randomString = RandomGenerator.String(10);
// Generate a random integer within a range
int randomInt = RandomGenerator.Integer(1, 100);
// Generate a random date
DateTime randomDate = RandomGenerator.Date();
// Generate a random boolean
bool randomBool = RandomGenerator.Boolean();
// Generate a random item from a collection
var items = new[] { "apple", "banana", "orange" };
string randomItem = RandomGenerator.ItemFrom(items);
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net9.0
- JetBrains.Annotations (>= 2024.3.0)
- System.Security.Cryptography.Algorithms (>= 4.3.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated |
---|---|---|
9.1.1-preview.5 | 175 | 8/8/2025 |
9.1.1-preview.4 | 90 | 6/27/2025 |
9.1.1-preview.3 | 123 | 6/4/2025 |
9.1.0 | 148 | 6/3/2025 |
9.0.1-preview.8 | 125 | 5/26/2025 |
9.0.1-preview.7 | 215 | 5/13/2025 |
9.0.1-preview.6 | 101 | 5/9/2025 |
9.0.1-preview.5 | 130 | 5/7/2025 |
9.0.1-preview.4 | 121 | 4/30/2025 |
9.0.1-preview.2 | 138 | 4/1/2025 |
9.0.0 | 588 | 2/26/2025 |
8.1.1-preview.3 | 126 | 5/7/2025 |
8.1.1-preview.1 | 135 | 4/1/2025 |
8.1.0 | 132 | 2/19/2025 |
8.0.1-preview.4 | 84 | 2/7/2025 |
8.0.1-preview.2 | 67 | 1/15/2025 |
8.0.0 | 167 | 11/27/2024 |
3.4.6-preview.10 | 74 | 11/27/2024 |
3.4.3 | 153 | 10/22/2024 |
3.4.2 | 133 | 10/11/2024 |
3.4.1 | 141 | 10/9/2024 |
3.4.0 | 134 | 10/9/2024 |
3.3.2 | 158 | 8/28/2024 |
3.3.2-preview.7 | 80 | 8/27/2024 |
3.3.1 | 151 | 7/16/2024 |
3.3.1-preview.4 | 75 | 7/12/2024 |
3.3.0 | 152 | 6/20/2024 |
3.2.1-preview.4 | 77 | 6/17/2024 |
3.2.1-preview.1 | 84 | 5/23/2024 |
3.2.0 | 162 | 4/3/2024 |
3.1.1-preview.1 | 92 | 3/13/2024 |
3.1.0 | 175 | 3/8/2024 |
3.1.0-preview.2 | 97 | 2/19/2024 |
3.0.1-preview.2 | 100 | 2/9/2024 |
3.0.1-preview.1 | 100 | 1/24/2024 |
3.0.0 | 196 | 1/15/2024 |
3.0.0-preview.14 | 105 | 1/9/2024 |
3.0.0-preview.12 | 87 | 1/9/2024 |
3.0.0-preview.5 | 78 | 1/10/2024 |
3.0.0-preview.2 | 110 | 12/28/2023 |
3.0.0-preview | 137 | 12/20/2023 |
2.1.0 | 193 | 12/28/2023 |
2.0.1-preview.3 | 125 | 12/1/2023 |
2.0.1-preview.2 | 94 | 11/29/2023 |
2.0.1-preview.1 | 103 | 11/28/2023 |
2.0.0 | 214 | 11/8/2023 |
2.0.0-preview.3 | 117 | 10/27/2023 |
2.0.0-preview.2 | 105 | 10/27/2023 |
2.0.0-preview.1 | 105 | 10/27/2023 |
2.0.0-preview | 149 | 10/27/2023 |
1.1.500 | 167 | 10/27/2023 |
1.1.495 | 187 | 9/24/2023 |
1.1.486 | 184 | 9/13/2023 |
1.1.484 | 223 | 9/7/2023 |
1.1.482 | 204 | 9/6/2023 |
1.1.480 | 221 | 8/24/2023 |
1.1.477 | 216 | 8/2/2023 |
1.1.464 | 233 | 7/5/2023 |