Updated 4 months ago

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

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

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

@stdlib/math-strided-special-smskceil • Rank 4.2 • Science 44%

Round each element in a single-precision floating-point strided array toward positive infinity according to a strided mask array.

Updated 4 months ago

@stdlib/math-base-special-floorb • Rank 4.2 • Science 44%

Round a numeric value to the nearest multiple of b^n toward negative infinity.

Updated 4 months ago

@stdlib/math-base-special-floorn • Rank 4.1 • Science 44%

Round a numeric value to the nearest multiple of 10^n toward negative infinity.

Updated 4 months ago

@stdlib/math-strided-special-dceil • Rank 4.0 • Science 44%

Round each element in a double-precision floating-point strided array toward positive infinity.

Updated 4 months ago

@stdlib/math-iter-special-trunc10 • Rank 3.9 • Science 44%

Create an iterator which rounds each iterated value to the nearest power of 10 toward zero.

Updated 4 months ago

@stdlib/math-strided-special-smsktrunc • Rank 3.8 • Science 44%

Round each element in a single-precision floating-point strided array toward zero according to a strided mask array.

Updated 4 months ago

@stdlib/math-strided-special-dmsktrunc • Rank 3.8 • Science 44%

Round each element in a double-precision floating-point strided array toward zero according to a strided mask array.

Updated 4 months ago

@stdlib/math-iter-special-round10 • Rank 3.8 • Science 44%

Create an iterator which rounds each iterated value to the nearest power of 10 on a linear scale.

Updated 4 months ago

@stdlib/math-strided-special-dmskceil • Rank 3.7 • Science 44%

Round each element in a double-precision floating-point strided array toward positive infinity according to a strided mask array.

Updated 4 months ago

@stdlib/math-base-special-cceilf • Rank 3.7 • Science 44%

Round a single-precision complex floating-point number toward positive infinity.