#
rng
Here are 402 public repositories matching this topic...
good first issue
Good for newcomers
idea
Proposition of an idea and opening an issue to discuss it
easy
Difficulty level is easy and good for starting into this project
topic: strings
String processing
XanMod: Linux kernel source code tree
linux
workstation
lto
linux-kernel
desktop
rng
low-latency
zstd
bbr
llvm-clang
preempt-rt
bfq
gamer
xanmod
preemptive-multitasking
lru-replacement-algorithm
fq-pie
realtime-kernel
bbr2
-
Updated
May 27, 2022 - C
oneAPI Math Kernel Library (oneMKL) Interfaces
api
performance
cpu
hpc
gpu
parallel-computing
cuda
intel
blas
rng
parallel-programming
math-libraries
oneapi
onemkl
dpcpp
-
Updated
May 25, 2022 - C++
Open
Support for macOS
byw
commented
Jun 13, 2020
A tool for predicting the output of random number generators
-
Updated
May 7, 2017 - Python
knuxyl
commented
Jun 12, 2021
It would be great to add in the overlay which IV is for which stat.
Testing common random-number generators (RNG)
-
Updated
Dec 28, 2020 - C++
Tiny, fast UUID with cryptographic PRNG
-
Updated
May 20, 2021 - JavaScript
Twitter as an extra entropy source
-
Updated
Jul 6, 2018 - Python
Numpy-compatible bit generators and add some random variate distributions missing from NumPy.
python
stream
aes
numpy
prng
rng
pcg
random-number-generators
random-number-distributions
mersenne-twister
xoroshiro
ziggurat
dsfmt
threefry
philox
random123
hc-128
speck-128
aesctr
pseudo-rngs
-
Updated
May 24, 2022 - Python
A library designed to generate cryptographically strong random numbers suitable for managing data such as passwords, account authentication, security tokens, and related secrets.
security
clojure
cryptography
uuid
authentication
jvm
random
secrets
password
secure
prng
tokens
rng
timestamp
xkcd
clj
choices
drng
-
Updated
Jan 13, 2022 - Clojure
wyhash fast portable non-cryptographic hashing algorithm and random number generator in Rust
hashing
rust
algorithm
embedded
random
hash
prng
rng
random-number-generators
no-std
non-cryptographic
non-cryptographic-hash-functions
wyhash
-
Updated
Mar 1, 2022 - Rust
Rust Program for Deterministic Generation of Random Art.
-
Updated
May 2, 2020 - Rust
Improve this page
Add a description, image, and links to the rng topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the rng topic, visit your repo's landing page and select "manage topics."


Description
A function to pad a string with zeros or another symbol to a given width could be helpful in many cases, especially together with the
to_string()function for integer to string conversion.Currently available methods to achieve this are using concatenation
and perhaps also internal file I/O