VOOZH about

URL: https://www.nuget.org/packages/Soenneker.Utils.Random/

⇱ NuGet Gallery | Soenneker.Utils.Random 4.0.123




👁 Image
Soenneker.Utils.Random 4.0.123

Prefix Reserved
dotnet add package Soenneker.Utils.Random --version 4.0.123
 
 
NuGet\Install-Package Soenneker.Utils.Random -Version 4.0.123
 
 
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="Soenneker.Utils.Random" Version="4.0.123" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Soenneker.Utils.Random" Version="4.0.123" />
 
Directory.Packages.props
<PackageReference Include="Soenneker.Utils.Random" />
 
Project file
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 Soenneker.Utils.Random --version 4.0.123
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Soenneker.Utils.Random, 4.0.123"
 
 
#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 Soenneker.Utils.Random@4.0.123
 
 
#: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=Soenneker.Utils.Random&version=4.0.123
 
Install as a Cake Addin
#tool nuget:?package=Soenneker.Utils.Random&version=4.0.123
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

👁 alternate text is missing from this package README image
👁 alternate text is missing from this package README image
👁 alternate text is missing from this package README image
👁 alternate text is missing from this package README image

👁 alternate text is missing from this package README image
Soenneker.Utils.Random

A thread-safe random utility library

Installation

dotnet add package Soenneker.Utils.Random

Usage

// Returns an integer >= 5, and < 20
RandomUtil.Next(5, 20);
// Returns a double >= 5, and < 20
RandomUtil.NextDouble(5, 20);
// Returns a random number with a uniform and discrete distribution
RandomUtil.NextDecimalUniform(5, 20);
Product Versions Compatible and additional computed target framework versions.
.NET net10.0 net10.0 is compatible.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (7)

Showing the top 5 NuGet packages that depend on Soenneker.Utils.Random:

Package Downloads
Soenneker.Extensions.String

A collection of useful string extension methods

Soenneker.Extensions.Enumerable

A collection of helpful enumerable extension methods

Soenneker.Utils.Delay

A utility library for generic time delay related operations

Soenneker.Extensions.List

A collection of helpful list extension methods

Soenneker.SignalR.Web.Client

A resilient and dependable .NET SignalR web client

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
4.0.123 0 6/18/2026
4.0.122 77,716 6/9/2026
4.0.120 113,098 6/5/2026
4.0.119 167,303 5/12/2026
4.0.118 163,255 4/23/2026
4.0.117 36,936 4/21/2026
4.0.116 109,077 4/14/2026
4.0.115 171,430 3/12/2026
4.0.110 107,089 3/10/2026
4.0.109 159 3/10/2026
4.0.108 64,561 3/9/2026
4.0.107 3,085 3/9/2026
4.0.106 118,689 3/4/2026
4.0.105 195,769 2/10/2026
4.0.104 134,485 1/13/2026
4.0.103 68,864 1/8/2026
4.0.102 95,249 1/2/2026
4.0.101 130,617 12/15/2025
4.0.100 37,852 12/9/2025
4.0.99 49,025 11/20/2025
Loading failed

Update actions/checkout action to v7 (#144)