randu
There are 21 repositories under randu topic.
stdlib-js/random-base-mt19937
A 32-bit Mersenne Twister pseudorandom number generator.
stdlib-js/random-base-uniform
Uniformly distributed pseudorandom numbers.
stdlib-js/random-base-minstd
A linear congruential pseudorandom number generator (LCG) based on Park and Miller.
stdlib-js/random-array-mt19937
Create an array containing pseudorandom numbers generated using a 32-bit Mersenne Twister pseudorandom number generator.
stdlib-js/random-base-arcsine
Arcsine distributed pseudorandom numbers.
stdlib-js/random-iter-minstd
Create an iterator for a linear congruential pseudorandom number generator (LCG) based on Park and Miller.
stdlib-js/random-iter-mt19937
Create an iterator for a 32-bit Mersenne Twister pseudorandom number generator.
stdlib-js/random-streams-minstd
Create a readable stream for a linear congruential pseudorandom number generator (LCG) based on Park and Miller.
stdlib-js/random-streams-minstd-shuffle
Create a readable stream for a linear congruential pseudorandom number generator (LCG) whose output is shuffled.
stdlib-js/random-streams-mt19937
Create a readable stream for a 32-bit Mersenne Twister pseudorandom number generator.
stdlib-js/random-array-minstd
Create an array containing pseudorandom numbers generated using a linear congruential pseudorandom number generator (LCG).
stdlib-js/random-array-minstd-shuffle
Create an array containing pseudorandom numbers generated using a linear congruential pseudorandom number generator (LCG) whose output is shuffled.
stdlib-js/random-array-randu
Create an array containing uniformly distributed pseudorandom numbers between 0 and 1.
stdlib-js/random-base-minstd-shuffle
A linear congruential pseudorandom number generator (LCG) whose output is shuffled.
stdlib-js/random-base-randu
Uniformly distributed pseudorandom numbers between 0 and 1.
stdlib-js/random-iter-minstd-shuffle
Create an iterator for a linear congruential pseudorandom number generator (LCG) whose output is shuffled.
stdlib-js/random-iter-randu
Create an iterator for generating uniformly distributed pseudorandom numbers between 0 and 1.
stdlib-js/random-streams-randu
Create a readable stream for generating uniformly distributed pseudorandom numbers between 0 and 1.
stdlib-js/random-strided-minstd
Fill a strided array with pseudorandom numbers generated using a linear congruential pseudorandom number generator (LCG).
stdlib-js/random-strided-minstd-shuffle
Fill a strided array with pseudorandom numbers generated using a linear congruential pseudorandom number generator (LCG) whose output is shuffled.
stdlib-js/random-strided-randu
Fill a strided array with uniformly distributed pseudorandom numbers between 0 and 1.