Updated 9 months ago

random-streams-mt19937 • Rank 0.7 • Science 67%

Create a readable stream for a 32-bit Mersenne Twister pseudorandom number generator.

Updated 9 months ago

@stdlib/random-streams-minstd-shuffle • Rank 4.1 • Science 57%

Create a readable stream for a linear congruential pseudorandom number generator (LCG) whose output is shuffled.

Updated 9 months ago

@stdlib/random-streams-minstd • Rank 3.7 • Science 57%

Create a readable stream for a linear congruential pseudorandom number generator (LCG) based on Park and Miller.

Updated 9 months ago

@stdlib/random-iter-minstd • Rank 3.3 • Science 57%

Create an iterator for a linear congruential pseudorandom number generator (LCG) based on Park and Miller.

Updated 9 months ago

@stdlib/random-iter-minstd-shuffle • Rank 2.7 • Science 57%

Create an iterator for a linear congruential pseudorandom number generator (LCG) whose output is shuffled.

Updated 9 months ago

@stdlib/random-array-minstd • Rank 1.9 • Science 44%

Create an array containing pseudorandom numbers generated using a linear congruential pseudorandom number generator (LCG).

Updated 9 months ago

@stdlib/random-array-minstd-shuffle • Science 44%

Create an array containing pseudorandom numbers generated using a linear congruential pseudorandom number generator (LCG) whose output is shuffled.

Updated 9 months ago

@stdlib/random-streams-randi • Science 44%

Create a readable stream for generating pseudorandom numbers having integer values.

Updated 9 months ago

random-strided-minstd • Science 44%

Fill a strided array with pseudorandom numbers generated using a linear congruential pseudorandom number generator (LCG).

Updated 9 months ago

@stdlib/random-array-mt19937 • Science 44%

Create an array containing pseudorandom numbers generated using a 32-bit Mersenne Twister pseudorandom number generator.

Updated 9 months ago

@stdlib/random-strided-minstd-shuffle • Science 44%

Fill a strided array with pseudorandom numbers generated using a linear congruential pseudorandom number generator (LCG) whose output is shuffled.

Updated 9 months ago

@stdlib/random-strided-mt19937 • Science 44%

Fill a strided array with pseudorandom numbers generated using a 32-bit Mersenne Twister pseudorandom number generator.