Updated 6 months ago

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

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

Updated 6 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 6 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 6 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 6 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 6 months ago

@stdlib/random-iter-uniform • Rank 6.9 • Science 44%

Create an iterator for generating pseudorandom numbers drawn from a continuous uniform distribution.

Updated 6 months ago

@stdlib/random-iter-randu • Rank 6.2 • Science 44%

Create an iterator for generating uniformly distributed pseudorandom numbers between 0 and 1.

Updated 6 months ago

@stdlib/random-iter-discrete-uniform • Rank 4.8 • Science 44%

Create an iterator for generating pseudorandom numbers drawn from a discrete uniform distribution.

Updated 6 months ago

@stdlib/random-streams-uniform • Rank 3.6 • Science 44%

Create a readable stream for generating pseudorandom numbers drawn from a uniform distribution.

Updated 6 months ago

@stdlib/random-streams-discrete-uniform • Rank 3.2 • Science 44%

Create a readable stream for generating pseudorandom numbers drawn from a discrete uniform distribution.

Updated 6 months ago

@stdlib/random-streams-randu • Rank 2.7 • Science 44%

Create a readable stream for generating uniformly distributed pseudorandom numbers between 0 and 1.

Updated 6 months ago

@stdlib/random-array-discrete-uniform • Rank 8.4 • Science 26%

Create an array containing pseudorandom numbers drawn from a discrete uniform distribution.

Updated 6 months ago

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

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

Updated 6 months ago

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

Create an array containing pseudorandom numbers drawn from a continuous uniform distribution.

Updated 6 months ago

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

Fill a strided array with pseudorandom numbers drawn from a continuous uniform distribution.

Updated 6 months ago

@stdlib/random-strided-discrete-uniform • Science 44%

Fill a strided array with pseudorandom numbers drawn from a discrete uniform distribution.

Updated 6 months ago

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

Create an array containing uniformly distributed pseudorandom numbers between 0 and 1.

Updated 6 months ago

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

Fill a strided array with uniformly distributed pseudorandom numbers between 0 and 1.