FluentRandomPicker 3.0.1
See the version list below for details.
dotnet add package FluentRandomPicker --version 3.0.1
NuGet\Install-Package FluentRandomPicker -Version 3.0.1
<PackageReference Include="FluentRandomPicker" Version="3.0.1" />
<PackageVersion Include="FluentRandomPicker" Version="3.0.1" />
<PackageReference Include="FluentRandomPicker" />
paket add FluentRandomPicker --version 3.0.1
#r "nuget: FluentRandomPicker, 3.0.1"
#:package FluentRandomPicker@3.0.1
#addin nuget:?package=FluentRandomPicker&version=3.0.1
#tool nuget:?package=FluentRandomPicker&version=3.0.1
Fluent Random Picker is a nice, performant, fluent way to pick random values. Probabilities can be specified, values can be weighted.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 is compatible. 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. net9.0 was computed. 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. |
| .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 | net461 was computed. net462 was computed. 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. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- No dependencies.
-
net5.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on FluentRandomPicker:
| Repository | Stars |
|---|---|
|
SapiensAnatis/Dawnshard
Server emulator for Dragalia Lost
|
| Version | Downloads | Last Updated | |
|---|---|---|---|
| 3.6.0 | 647 | 10/11/2025 | |
| 3.5.1 | 70,256 | 3/16/2024 | |
| 3.5.0 | 13,938 | 11/11/2023 | |
| 3.4.0 | 8,034 | 12/19/2022 | |
| 3.3.0 | 1,628 | 7/2/2022 | |
| 3.2.0 | 671 | 4/28/2022 | |
| 3.1.0 | 4,557 | 11/27/2021 | |
| 3.0.2 | 504 | 11/13/2021 | |
| 3.0.1 | 553 | 8/7/2021 | |
| 3.0.0 | 573 | 7/28/2021 | |
| 2.1.0 | 680 | 7/10/2021 | |
| 2.0.1 | 532 | 6/28/2021 | |
| 2.0.0 | 643 | 6/26/2021 | |
| 1.2.0 | 676 | 5/22/2021 | |
| 1.1.1 | 523 | 5/15/2021 | |
| 1.1.0 | 561 | 4/24/2021 | |
| 1.0.4 | 515 | 4/17/2021 | |
| 1.0.3 | 542 | 4/16/2021 | |
| 1.0.2 | 578 | 4/15/2021 | |
| 1.0.1 | 526 | 4/15/2021 |
v 3.0.1
- Prevented arithmetic overflows when percentage sums / weights sums are too high.
v 3.0.0
- Changed namespace from Fluent_Random_Picker to FluentRandomPicker
- Allowed omitting percentages and weights. E.g. Out.Of().Value('a').WithWeight(2).AndValue('b').PickOne();
- Fixed bug: The shuffle algorithm was not working correctly.
- Improved documentation
- Renamed multiple interfaces, method parameters, ...
v 2.1.0
- Improved package generation process, used SourceLink, fixed version differences of dll, package, ...