Soenneker.Utils.Random 3.0.74

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

// Install Soenneker.Utils.Random as a Cake Tool
#tool nuget:?package=Soenneker.Utils.Random&version=3.0.74                

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 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.Extensions.List

A collection of helpful list extension methods

Soenneker.ConcurrentProcessing.Executor

A util that runs multiple async tasks concurrently with features for limiting and retry

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.74 16,479 2/18/2025
3.0.73 26,253 2/13/2025
3.0.72 21,918 2/11/2025
3.0.71 3,537 2/11/2025
3.0.70 32,206 2/10/2025
3.0.69 48,990 2/7/2025
3.0.68 79 2/7/2025
3.0.67 63,354 1/27/2025
3.0.66 6,115 1/27/2025
3.0.65 44,141 1/23/2025
3.0.64 23,994 1/21/2025
3.0.63 31,356 1/20/2025
3.0.62 102,807 1/14/2025
3.0.61 35,389 1/10/2025
3.0.60 65 1/10/2025
3.0.59 30,672 1/2/2025
3.0.58 20,007 12/31/2024
3.0.57 4,797 12/31/2024
3.0.56 30,824 12/31/2024
3.0.55 48,420 12/24/2024
3.0.54 83,402 12/18/2024
3.0.53 23,762 12/17/2024
3.0.52 66,097 12/5/2024
3.0.51 58,085 12/2/2024
3.0.50 21,053 12/1/2024
3.0.49 46,428 11/19/2024
3.0.48 42,381 11/14/2024
2.1.47 58,346 11/8/2024
2.1.46 229,007 9/27/2024
2.1.45 63,149 9/23/2024
2.1.44 43,571 9/17/2024
2.1.43 65,779 9/11/2024
2.1.42 40,242 9/9/2024
2.1.41 50,472 9/5/2024
2.1.40 84,339 8/20/2024
2.1.39 124,016 7/9/2024
2.1.38 40,560 7/8/2024
2.1.37 2,916 7/8/2024
2.1.36 32,339 7/7/2024
2.1.35 136,995 5/25/2024
2.1.34 121 5/25/2024
2.1.33 24,042 5/22/2024
2.1.32 27,845 5/16/2024
2.1.31 54,689 4/27/2024
2.1.30 5,880 4/27/2024
2.1.29 45,237 4/12/2024
2.1.28 132 4/11/2024
2.1.27 83,134 3/13/2024
2.1.26 113,700 2/21/2024
2.1.25 8,240 2/21/2024
2.1.24 297 2/21/2024
2.1.23 90,016 2/9/2024
2.1.22 278 2/9/2024
2.1.21 40,696 2/6/2024
2.1.20 124,916 1/15/2024
2.1.19 49,152 1/5/2024
2.1.18 28,038 12/27/2023
2.1.17 361 12/27/2023
2.1.16 24,607 12/25/2023
2.1.15 400 12/25/2023
2.1.14 28,179 12/23/2023
2.1.13 360 12/23/2023
2.1.12 42,779 12/9/2023
2.1.11 1,593 12/9/2023
2.1.10 27,558 12/4/2023
2.1.9 23,096 11/23/2023
2.1.8 23,432 11/19/2023
2.1.7 450 11/18/2023
2.1.6 13,340 11/18/2023
2.1.5 9,783 11/17/2023
2.1.4 10,347 11/17/2023
2.1.3 5,921 11/16/2023
2.0.31 8,106 11/15/2023
2.0.2 419 11/16/2023
2.0.1 409 11/16/2023
1.0.30 19,480 11/8/2023
1.0.29 12,834 11/3/2023
1.0.28 12,590 11/1/2023
1.0.27 24,311 10/17/2023
1.0.26 10,319 10/13/2023
1.0.25 402 10/13/2023
1.0.24 21,829 9/18/2023
1.0.23 445 9/18/2023
1.0.22 23,855 8/29/2023
1.0.21 18,005 8/23/2023
1.0.20 16,766 8/16/2023
1.0.19 25,439 8/4/2023
1.0.18 25,353 7/7/2023
1.0.17 148,939 5/24/2023
1.0.16 1,816 5/23/2023
1.0.15 461 6/6/2023
1.0.14 4,660 5/23/2023
1.0.13 730 5/22/2023
1.0.12 29,825 5/16/2023
1.0.11 21,016 4/21/2023
1.0.10 21,899 4/11/2023
1.0.9 9,485 4/3/2023
1.0.8 1,106 4/1/2023
1.0.7 6,210 2/26/2023
1.0.6 551 2/26/2023
1.0.5 542 2/26/2023
1.0.4 547 2/26/2023
1.0.2 2,528 2/9/2023
1.0.1 484 3/31/2023