Info
Version: | 4.1.1 |
Author(s): | Piotr Falkowski |
Last Update: | Friday, February 26, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/PFalkowski/Sequences |
NuGet Url: | https://www.nuget.org/packages/Sequence |
Install
Install-Package Sequence
dotnet add package Sequence
paket add Sequence
Sequence Download (Unzip the "nupkg" after downloading)
Dependencies
- StrongRandom(>= 2.0.0)
Tags
Provided is Sequence class, that given min, max and step. Calculate, without enumerating, sum, length, Variance, Standard Deviation etc.
Can enumerate lazily all elements. Also, extension methods to System.Random added.