Updated 6 months ago

zigguratgaussian • Rank 2.6 • Science 67%

Fast Gaussian distributed pseudorandom number generation in Java via the Ziggurat algorithm

Updated 6 months ago

@stdlib/random-streams-box-muller • Rank 4.4 • Science 57%

Create a readable stream for generating pseudorandom numbers drawn from a standard normal distribution using the Box-Muller transform.

Updated 6 months ago

@stdlib/random-iter-box-muller • Rank 4.0 • Science 57%

Create an iterator for generating pseudorandom numbers drawn from a standard normal distribution using the Box-Muller transform.

Updated 6 months ago

random-streams-improved-ziggurat • Rank 3.9 • Science 57%

Create a readable stream for generating pseudorandom numbers drawn from a standard normal distribution using the Improved Ziggurat algorithm.

Updated 6 months ago

@stdlib/random-iter-improved-ziggurat • Rank 3.5 • Science 57%

Create an iterator for generating pseudorandom numbers drawn from a standard normal distribution using the Improved Ziggurat algorithm.

Updated 6 months ago

@stdlib/math-base-special-frexp • Rank 6.1 • Science 44%

Split a double-precision floating-point number into a normalized fraction and an integer power of two.

Updated 6 months ago

@stdlib/random-iter-normal • Rank 4.0 • Science 44%

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

Updated 6 months ago

@stdlib/random-streams-lognormal • Rank 3.7 • Science 44%

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

Updated 6 months ago

@stdlib/random-streams-normal • Rank 3.5 • Science 44%

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

Updated 6 months ago

@stdlib/random-streams-randn • Rank 3.5 • Science 44%

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

Updated 6 months ago

@stdlib/utils-real-min • Rank 3.4 • Science 44%

Return the smallest positive normal value capable of being represented by a numeric real type.

Updated 6 months ago

@stdlib/random-iter-t • Rank 3.0 • Science 44%

Create an iterator for generating pseudorandom numbers drawn from a Student's t distribution.

Updated 6 months ago

@stdlib/random-strided-t • Rank 1.6 • Science 44%

Fill a strided array with pseudorandom numbers drawn from a Student's t distribution.

Updated 6 months ago

stats-base-dists-t-logpdf • Rank 0.7 • Science 44%

Natural logarithm of the probability density function (PDF) for a Student's t distribution.

Updated 6 months ago

constants-float32-min-base10-exponent • Science 44%

The minimum base 10 exponent for a normal single-precision floating-point number.

Updated 6 months ago

@stdlib/random-iter-randn • Science 44%

Create an iterator for generating pseudorandom numbers drawn from a standard normal distribution.

Updated 6 months ago

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

Create an array containing pseudorandom numbers drawn from a normal distribution.

Updated 6 months ago

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

Create an array containing pseudorandom numbers drawn from a Student's t-distribution.

Updated 6 months ago

math-base-special-frexpf • Science 44%

Split a single-precision floating-point number into a normalized fraction and an integer power of two.

Updated 6 months ago

constants-float32-min-base2-exponent • Science 44%

The minimum biased base 2 exponent for a normal single-precision floating-point number.

Updated 6 months ago

math-base-special-frexpf • Science 26%

The "math-base-special-frexpf" repository provides a specialized function for computing the exponential function of a floating-point number. This library supports efficient numerical calculations in both browsers and Node.js. 🐙📦