Skip To Content
Toggle navigation
Packages
Upload
Statistics
Documentation
Downloads
Blog
Sign in
Advanced search filters
Frameworks
.NET
net8.0
net7.0
net6.0
net5.0
.NET Core
netcoreapp3.1
netcoreapp3.0
netcoreapp2.2
netcoreapp2.1
netcoreapp2.0
netcoreapp1.1
netcoreapp1.0
.NET Standard
netstandard2.1
netstandard2.0
netstandard1.6
netstandard1.5
netstandard1.4
netstandard1.3
netstandard1.2
netstandard1.1
netstandard1.0
.NET Framework
net481
net48
net472
net471
net47
net462
net461
net46
net452
net451
net45
net40
net35
net30
net20
Package type
All types
Dependency
.NET tool
Template
Options
Include prerelease
19 packages returned for Tags:"PRNG"
Sort by
Relevance
Downloads
Recently updated
WyHash
by:
cocowalla
188,989 total downloads
last updated
6/16/2023
Latest version:
1.0.5
wyhash
hash
cryptography
prng
Implementation of Wang Yi's wyhash 64-bit hash algorithm and wyrand PRNG. Implements wyhash v1
Albireo.
SecureRandom
by:
Albireo
24,254 total downloads
last updated
7/8/2014
Latest version:
2.0.1
Random
SecureRandom
PRNG
A library for secure random number generation
MersenneTwister
by:
akiotakahashi
63,752 total downloads
last updated
5/22/2019
Latest version:
1.0.6
Mersenne
Twister
Pseudorandom
Number
Generator
Random
PRNG
RNG
This portable class library provides Mersenne Twister PRNGs; Mersenne Twister (MT): - MT19937ar, MT19937ar-cok, MT19937ar-cok-opt - MT19937-64, MT19937-64-opt SIMD-oriented Fast MT (SFMT): - SFMT-19937,...
More information
Fortuna
by:
smithc
45,624 total downloads
last updated
6/23/2019
Latest version:
1.0.1
fortuna
fortuna.net
prng
rng
secure
pseudo
random
number
generator
A Fortuna implementation for .NET
Redzen
by:
colgreen
58,951 total downloads
last updated
7/22/2023
Latest version:
15.0.0
C#
.NET
rng
prng
ziggurat
gaussian
io
sorting
timsort
xoshiro
More tags
General purpose C# code library.
Zanaptak.
PcgRandom
by:
zanaptak
6,038 total downloads
last updated
8/12/2021
Latest version:
1.0.0
pcg
random
rng
prng
.net
fable
A PCG pseudorandom number generator implementation for .NET and Fable. PCG (https://www.pcg-random.org/) is a family of simple fast space-efficient statistically good algorithms for random number generation.
XoshiroPRNG.
Net
by:
pepoluan
7,613 total downloads
last updated
5/20/2021
Latest version:
1.6.0
prng
xoshiro
xoroshiro
xorshift
system.random
random
Xoshiro/Xoroshiro PRNG Family with compatibility to System.Random plus custom "Unleashed" interface
Retromono.
Random
by:
EvidentlyCube
2,083 total downloads
last updated
6/9/2017
Latest version:
1.1.0
random
prng
monogame
game
A set of pseudorandom number generators intended for use with Monogame projects
sharpPRNG
by:
codieplusplus
4,880 total downloads
last updated
2/11/2017
Latest version:
1.0.3
PRNG
random
number
generator
C#
C++
native
Mersenne-Twister random number generator from C++11 in .NET
Terninger.
Random.
Pooled
by:
ligos
3,879 total downloads
last updated
9/16/2022
Latest version:
0.3.0
security
random
number
generator
CPRNG
PRNG
RNG
Fortuna
Implementation of the Fortuna CPRNG, with various enhancements. To get started, see the MurrayGrant.Terninger.Random.PooledEntropyCprngGenerator class. Or use the 'Terninger' nuget package. See...
More information
Terninger.
Random.
Cypher
by:
ligos
4,346 total downloads
last updated
9/16/2022
Latest version:
0.3.0
security
random
number
generator
CPRNG
PRNG
RNG
Fortuna
A high speed cypher based PRNG with large seed (128+ bits), and extensions to safely get random integers, doubles, decimals and booleans. To get started, see the MurrayGrant.Terninger.RandomGenerator...
More information
Litdex.
Security.
RNG
by:
Shiroechi
17,021 total downloads
last updated
10/16/2021
Latest version:
2.8.0
Random
RNG
PRNG
GJrand
JSF
MSWS
PCG
Romu
Seiran
SFC
More tags
Library that provide many random generator algorithm.
Terninger
by:
ligos
3,353 total downloads
last updated
9/16/2022
Latest version:
0.3.0
security
random
number
generator
CPRNG
PRNG
RNG
Fortuna
Implementation of the Fortuna CPRNG, with various enhancements. Plus a high speed PRNG, and extensions to safely get random integers, doubles, decimals and booleans. To get started, see the...
More information
Terninger.
EntropySources.
Extended
by:
ligos
2,544 total downloads
last updated
9/16/2022
Latest version:
0.3.0
security
random
number
generator
CPRNG
PRNG
RNG
Fortuna
Additional local entropy sources based on .NET Standard 2.0 APIs. Sources are runtime and machine architecture portable. See https://keybase.pub/ligos/Terninger/ for PGP & Keybase signatures of nuget...
More information
Terninger.
EntropySources.
Network
by:
ligos
2,474 total downloads
last updated
2/18/2023
Latest version:
0.4.0
security
random
number
generator
CPRNG
PRNG
RNG
Fortuna
network
ping
More tags
Active network based entropy sources for Terninger including ping, external http sites and other random sources (via http). See https://keybase.pub/ligos/Terninger/ for PGP & Keybase signatures of nuget...
More information
Fast.
PRNGs
by:
martinothamar
362 total downloads
last updated
7/9/2023
Latest version:
0.0.3
csharp
prng
vectorization
simd
pseudorandom
random
random-number-generators
Fast PRNG implementations in .NET. Your PRNG is unlikely to be a bottleneck in anything you do, but there are exceptions like for instance Monte Carlo simulations, where generating random samples can take some...
More information
LibGameAI.
PRNG
by:
nfachada
291 total downloads
last updated
8/25/2023
Latest version:
0.0.3
artificial
intelligence
AI
algorithms
game
development
games
education
prng
pseudo-random
More tags
LibGameAI is a .NET Standard 2.1 library of AI algorithms for video games with a focus on education. In particular, the LibGameAI.PRNG package provides various pseudo-random number generators...
More information
Litdex.
Random
by:
Shiroechi
299 total downloads
last updated
7/12/2022
Latest version:
1.0.0
Random
RNG
PRNG
GJrand
JSF
MSWS
PCG
Romu
Seiran
SFC
More tags
Library that provide many random generator algorithm.
nsoftware.
SecureBlackbox
by:
nsoftware
398,017 total downloads
last updated
10/4/2023
Latest version:
22.0.8660
AEAD
AES
API
ASiC
ASiCSigner
ASiCVerifier
ArchiveReader
ArchiveWriter
Asymmetric
Authenticator
More tags
Components for Data Protection, Secure Storage, Secure Transfer, and Advanced Electronic Signatures, including PAdES for PDF, XAdES for XML, and full support for Hardware Security Modules (HSM). Before using...
More information