Info
Version: | 1.0.3 |
Author(s): | ASikaria |
Last Update: | Sunday, September 24, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/asikaria/RandomByteStream |
NuGet Url: | https://www.nuget.org/packages/Widgeteer.RandomByteStream |
Install
Install-Package Widgeteer.RandomByteStream
dotnet add package Widgeteer.RandomByteStream
paket add Widgeteer.RandomByteStream
Widgeteer.RandomByteStream Download (Unzip the "nupkg" after downloading)
Dependencies
net46
No dependencies.
- NETStandard.Library(>= 1.6.1)
Tags
This stream pre-generates generates a few megabytes of random data, and uses that same data repeatedly.
This is not suitable for security purposes. However, for testing data processing pipelines,
this provides just what is needed - random (non-compressible) bytes of arbitrary length, available at
very high speed.
See details at the project site: https://github.com/asikaria/RandomByteStream.