Srand 1.0.2

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

// Install Srand as a Cake Tool
#tool nuget:?package=Srand&version=1.0.2

Srand

Srand provides a System.Random implementation that will stay persistent across different OS and .net versions, and is easy to implement in different languages to maintain consistency (for example in JS for client side).

It has similar performance to the built-in Random implementation (slightly slower for Next()), and should have similar strength in terms of randomness, which is good enough for fun and games, but not for cryptography.

In short, this is just an alternative to System.Random that will output the same sequence of numbers for the same seed, no matter where, when, and how you use it.

Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net7.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.2 127 12/31/2023
1.0.1 147 11/5/2023
1.0.0 103 11/5/2023