![]() |
VOOZH | about |
dotnet add package Soenneker.Utils.Random --version 4.0.123
NuGet\Install-Package Soenneker.Utils.Random -Version 4.0.123
<PackageReference Include="Soenneker.Utils.Random" Version="4.0.123" />
<PackageVersion Include="Soenneker.Utils.Random" Version="4.0.123" />Directory.Packages.props
<PackageReference Include="Soenneker.Utils.Random" />Project file
paket add Soenneker.Utils.Random --version 4.0.123
#r "nuget: Soenneker.Utils.Random, 4.0.123"
#:package Soenneker.Utils.Random@4.0.123
#addin nuget:?package=Soenneker.Utils.Random&version=4.0.123Install as a Cake Addin
#tool nuget:?package=Soenneker.Utils.Random&version=4.0.123Install as a Cake Tool
👁 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
dotnet add package Soenneker.Utils.Random
// 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. |
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 |
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 |
Update actions/checkout action to v7 (#144)