Srand 1.0.0
See the version list below for details.
dotnet add package Srand --version 1.0.0
NuGet\Install-Package Srand -Version 1.0.0
<PackageReference Include="Srand" Version="1.0.0" />
paket add Srand --version 1.0.0
#r "nuget: Srand, 1.0.0"
// Install Srand as a Cake Addin #addin nuget:?package=Srand&version=1.0.0 // Install Srand as a Cake Tool #tool nuget:?package=Srand&version=1.0.0
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 | Versions 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. |
-
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.