seedable
There are 121 repositories under seedable topic.
random-streams-gumbel
Create a readable stream for generating pseudorandom numbers drawn from a Gumbel distribution.
random-base-gumbel
Gumbel distributed pseudorandom numbers.
random-iter-hypergeometric
Create an iterator for generating pseudorandom numbers drawn from a hypergeometric distribution.
random-streams-hypergeometric
Create a readable stream for generating pseudorandom numbers drawn from a hypergeometric distribution.
random-iter-normal
Create an iterator for generating pseudorandom numbers drawn from a normal distribution.
random-base-normal
Normally distributed pseudorandom numbers.
random-iter-kumaraswamy
Create an iterator for generating pseudorandom numbers drawn from a Kumaraswamy's double bounded distribution.
random-streams-kumaraswamy
Create a readable stream for generating pseudorandom numbers drawn from a Kumaraswamy's double bounded distribution.
random-base-kumaraswamy
Kumaraswamy's double bounded distributed pseudorandom numbers.
random-iter-levy
Create an iterator for generating pseudorandom numbers drawn from a Lévy distribution.
random-base-levy
Lévy distributed pseudorandom numbers.
random-iter-logistic
Create an iterator for generating pseudorandom numbers drawn from a logistic distribution.
random-streams-logistic
Create a readable stream for generating pseudorandom numbers drawn from a logistic distribution.
random-base-logistic
Logistic distributed pseudorandom numbers.
random-iter-randi
Create an iterator for generating pseudorandom numbers having integer values.
random-iter-uniform
Create an iterator for generating pseudorandom numbers drawn from a continuous uniform distribution.
random-streams-uniform
Create a readable stream for generating pseudorandom numbers drawn from a uniform distribution.
random-iter-poisson
Create an iterator for generating pseudorandom numbers drawn from a Poisson distribution.
random-streams-rayleigh
Create a readable stream for generating pseudorandom numbers drawn from a Rayleigh distribution.
random-iter-weibull
Create an iterator for generating pseudorandom numbers drawn from a Weibull distribution.
random-streams-weibull
Create a readable stream for generating pseudorandom numbers drawn from a Weibull distribution.
Seed-Phrase-Checker
Seed phrase Generation and Checker. Crypto wallet seed phrase checker for BTC, ETH, LTC, DOGE etc. Mnemonic seed phrase wallet generator
random-strided-rayleigh
Fill a strided array with pseudorandom numbers drawn from a Rayleigh distribution.
random-strided-poisson
Fill a strided array with pseudorandom numbers drawn from a Poisson distribution.
random-strided-geometric
Fill a strided array with pseudorandom numbers drawn from a geometric distribution.
random-strided-chi
Fill a strided array with pseudorandom numbers drawn from a chi distribution.
random-strided-bernoulli
Fill a strided array with pseudorandom numbers drawn from a Bernoulli distribution.
random-strided-tools
Pseudorandom number generator strided array function tools.
random-array-tools
Pseudorandom number generator array creation function tools.
random-array-hypergeometric
Create an array containing pseudorandom numbers drawn from a hypergeometric distribution.
random-array-frechet
Create an array containing pseudorandom numbers drawn from a Fréchet distribution.
random-array-triangular
Create an array containing pseudorandom numbers drawn from a triangular distribution.
random-array-tools-ternary
Constructor for creating arrays filled with pseudorandom values drawn from a ternary PRNG.
random-array-kumaraswamy
Create an array containing pseudorandom numbers drawn from Kumaraswamy's double bounded distribution.
random-array-weibull
Create an array containing pseudorandom numbers drawn from a Weibull distribution.
random-array-logistic
Create an array containing pseudorandom numbers drawn from a logistic distribution.