Search
@stdlib/random-base-minstd-shuffle
A linear congruential pseudorandom number generator (LCG) whose output is shuffled.
v0.2.1 URL:
https://unpkg.com/@stdlib/random-base-minstd-shuffle@0.2.1/lib/index.js
Open
Browse Files
stdlib
stdmath
mathematics
math
statistics
stats
prng
pseudorandom
random
randint
rand
randu
uniform
generator
lcg
minstd
seed
seedable
shuffle
shuffled
lehmer
park
miller
bays
durham
shuffle-words
Shuffle the words in a string and optionally the letters in each word using the Fisher-Yates algorithm. Useful for creating test fixtures, benchmarking samples, etc.
v0.1.2 URL:
https://unpkg.com/shuffle-words@0.1.2/index.js
Open
Browse Files
algorithm
benchmarking
combinatorics
efficient
equally
finite
fisher
fixtures
knuth
letters
permutation
random
randomly
randomize
randomizer
replacement
samples
set
shuffle
shuffled
shuffling
string
terms
test
unbiased
word
words
yates
@stdlib/random-strided-minstd-shuffle
Fill a strided array with pseudorandom numbers generated using a linear congruential pseudorandom number generator (LCG) whose output is shuffled.
v0.2.1 URL:
https://unpkg.com/@stdlib/random-strided-minstd-shuffle@0.2.1/lib/index.js
Open
Browse Files
stdlib
stdmath
mathematics
math
statistics
stats
prng
rng
pseudorandom
random
rand
randu
randint
randi
minstd
lehmer
lcg
park
miller
park-miller
bays
durham
shuffle
shuffled
generator
seed
seedable
strided
array
vector
ndarray
@stdlib/random-streams-minstd-shuffle
Create a readable stream for a linear congruential pseudorandom number generator (LCG) whose output is shuffled.
v0.2.1 URL:
https://unpkg.com/@stdlib/random-streams-minstd-shuffle@0.2.1/lib/index.js
Open
Browse Files
stdlib
stdmath
mathematics
math
statistics
stats
prng
rng
pseudorandom
random
rand
discrete
integer
randint
randu
uniform
generator
lcg
minstd
lehmer
park
miller
park-miller
shuffle
shuffled
bays
durham
readable
stream
seed
seedable
@stdlib/random-iter-minstd-shuffle
Create an iterator for a linear congruential pseudorandom number generator (LCG) whose output is shuffled.
v0.2.1 URL:
https://unpkg.com/@stdlib/random-iter-minstd-shuffle@0.2.1/lib/index.js
Open
Browse Files
stdlib
stdmath
mathematics
math
statistics
stats
prng
rng
pseudorandom
random
rand
discrete
integer
randint
randu
uniform
generator
lcg
minstd
lehmer
park
miller
park-miller
seed
seedable
iterator
iterable
shuffle
shuffled
bays
durham