GitHub / numpy/numpy issues and pull requests
Labelled with: component: numpy.random
#29722 - BUG (?): numpy random choice doesn't select values according to probabilities
Issue -
State: closed - Opened by Sirorezka 2 months ago
- 2 comments
Labels: component: numpy.random, 33 - Question
#29599 - BUG: random.f and random.standard_cauchy can return reciprocal of the actual result.
Issue -
State: closed - Opened by zuhu2195 3 months ago
- 1 comment
Labels: 00 - Bug, component: numpy.random
#28772 - TYP: fix incorrect `random.Generator.integers` return type
Pull Request -
State: closed - Opened by charris 7 months ago
- 2 comments
Labels: component: numpy.random, 08 - Backport, 41 - Static typing
#28772 - TYP: fix incorrect `random.Generator.integers` return type
Pull Request -
State: closed - Opened by charris 7 months ago
- 2 comments
Labels: component: numpy.random, 08 - Backport, 41 - Static typing
#28738 - TYP: fix incorrect `random.Generator.integers` return type
Pull Request -
State: closed - Opened by jorenham 7 months ago
Labels: component: numpy.random, 09 - Backport-Candidate, 41 - Static typing
#28738 - TYP: fix incorrect `random.Generator.integers` return type
Pull Request -
State: closed - Opened by jorenham 7 months ago
- 2 comments
Labels: component: numpy.random, 41 - Static typing
#28620 - BUG: Unexpected divergence in random state with rng.choice() when sampling from single-element lists
Issue -
State: closed - Opened by DavCorSar 8 months ago
- 1 comment
Labels: component: numpy.random
#28116 - MAINT: random: Explicitly cast RAND_INT_MAX to double to avoid compiler warning
Pull Request -
State: closed - Opened by WarrenWeckesser 11 months ago
- 3 comments
Labels: component: numpy.random, 03 - Maintenance
#28116 - MAINT: random: Explicitly cast RAND_INT_MAX to double to avoid compiler warning
Pull Request -
State: closed - Opened by WarrenWeckesser 11 months ago
- 2 comments
Labels: component: numpy.random, 03 - Maintenance
#28111 - [BUG] Compiler warning reported by clang-19 in zipf implementation
Issue -
State: open - Opened by ngoldbaum 11 months ago
Labels: component: numpy.random, sprintable - C
#28103 - MAINT: random: Call np.import_array() in _examples/cython/extending_distributions.pyx
Pull Request -
State: closed - Opened by WarrenWeckesser 11 months ago
- 1 comment
Labels: component: numpy.random, 03 - Maintenance
#28103 - MAINT: random: Call np.import_array() in _examples/cython/extending_distributions.pyx
Pull Request -
State: closed - Opened by WarrenWeckesser 11 months ago
- 2 comments
Labels: component: numpy.random, 03 - Maintenance
#28101 - DOC: Fix sphinx markup in source/reference/random/extending.rst
Pull Request -
State: closed - Opened by WarrenWeckesser 11 months ago
- 2 comments
Labels: 04 - Documentation, component: numpy.random
#28101 - DOC: Fix sphinx markup in source/reference/random/extending.rst
Pull Request -
State: closed - Opened by WarrenWeckesser 11 months ago
- 1 comment
Labels: 04 - Documentation, component: numpy.random
#28006 - MAINT: random: Tweak module code in mtrand.pyx to fix a Cython warning.
Pull Request -
State: closed - Opened by charris 11 months ago
Labels: component: numpy.random, 03 - Maintenance, 08 - Backport
#28006 - MAINT: random: Tweak module code in mtrand.pyx to fix a Cython warning.
Pull Request -
State: closed - Opened by charris 11 months ago
Labels: component: numpy.random, 03 - Maintenance, 08 - Backport
#28003 - MAINT: random: Tweak module code in mtrand.pyx to fix a Cython warning.
Pull Request -
State: closed - Opened by WarrenWeckesser 11 months ago
Labels: component: numpy.random, 03 - Maintenance, 09 - Backport-Candidate
#28003 - MAINT: random: Tweak module code in mtrand.pyx to fix a Cython warning.
Pull Request -
State: closed - Opened by WarrenWeckesser 11 months ago
- 1 comment
Labels: component: numpy.random, 03 - Maintenance
#27961 - Query: intended behavior of `Generator.uniform` with NaNs?
Issue -
State: closed - Opened by mdhaber 12 months ago
- 8 comments
Labels: 00 - Bug, component: numpy.random
#27954 - BUG: cython warning in mtrand.pyx
Issue -
State: closed - Opened by ngoldbaum 12 months ago
- 1 comment
Labels: component: numpy.random
#27876 - BUG: Extending random via pyx throws Cython error in converting python object to bitgen_t
Issue -
State: closed - Opened by sayantanghosh 12 months ago
- 1 comment
Labels: 00 - Bug, component: numpy.random
#27727 - BUG: `deepcopy(Generator())` does not copy the `SeedSequence` state
Issue -
State: closed - Opened by lucianopaz about 1 year ago
- 2 comments
Labels: 00 - Bug, component: numpy.random
#27048 - BUG: random: Fix long delays/hangs with zipf(a) when a near 1.
Pull Request -
State: closed - Opened by WarrenWeckesser over 1 year ago
- 2 comments
Labels: 00 - Bug, component: numpy.random
#27046 - BUG: random: prevent zipf from hanging when parameter is large.
Pull Request -
State: closed - Opened by WarrenWeckesser over 1 year ago
Labels: 00 - Bug, component: numpy.random
#27034 - BUG: random: Fix edge case of Johnk's algorithm for the beta distribution.
Pull Request -
State: closed - Opened by WarrenWeckesser over 1 year ago
Labels: 00 - Bug, component: numpy.random
#27034 - BUG: random: Fix edge case of Johnk's algorithm for the beta distribution.
Pull Request -
State: open - Opened by WarrenWeckesser over 1 year ago
Labels: 00 - Bug, component: numpy.random
#26544 - BUG: Fix handling of size=() in Generator.choice when a.ndim > 1.
Pull Request -
State: closed - Opened by charris over 1 year ago
Labels: 00 - Bug, component: numpy.random, 08 - Backport
#26544 - BUG: Fix handling of size=() in Generator.choice when a.ndim > 1.
Pull Request -
State: closed - Opened by charris over 1 year ago
Labels: 00 - Bug, component: numpy.random, 08 - Backport
#26520 - BUG: Fix handling of size=() in Generator.choice when a.ndim > 1.
Pull Request -
State: closed - Opened by WarrenWeckesser over 1 year ago
Labels: 00 - Bug, component: numpy.random, 09 - Backport-Candidate
#26520 - BUG: Fix handling of size=() in Generator.choice when a.ndim > 1.
Pull Request -
State: closed - Opened by WarrenWeckesser over 1 year ago
- 2 comments
Labels: 00 - Bug, component: numpy.random
#26518 - BUG: Generator.choice fails with a.ndim > 1 and size=()
Issue -
State: closed - Opened by ricardoV94 over 1 year ago
- 6 comments
Labels: 00 - Bug, component: numpy.random
#26054 - BUG: `beta` random generator can output exact zeros
Issue -
State: closed - Opened by david-cortes over 1 year ago
- 7 comments
Labels: 00 - Bug, component: numpy.random
#25594 - MAINT: replace uses of cython numpy.math.pxd with native routines
Pull Request -
State: closed - Opened by mattip almost 2 years ago
- 3 comments
Labels: component: numpy.random, 03 - Maintenance
#25349 - DOC: Add example for ``np.random.default_rng().beta()``
Pull Request -
State: closed - Opened by linus-md almost 2 years ago
- 10 comments
Labels: 04 - Documentation, component: numpy.random
#24815 - BUG: `jumped` bit generators `.seed_seq` is not meaningful
Issue -
State: open - Opened by leonfoks about 2 years ago
- 4 comments
Labels: 00 - Bug, component: numpy.random, 57 - Close?
#24665 - BLD: fix bug in random.mtrand extension, don't link libnpyrandom
Pull Request -
State: closed - Opened by charris about 2 years ago
Labels: 00 - Bug, component: numpy.random, 08 - Backport, 36 - Build
#24664 - BLD: fix bug in random.mtrand extension, don't link libnpyrandom
Pull Request -
State: closed - Opened by rgommers about 2 years ago
Labels: 00 - Bug, component: numpy.random, 36 - Build
#24606 - BUG: Change Cython ``binding`` directive to "False".
Pull Request -
State: closed - Opened by charris about 2 years ago
- 1 comment
Labels: 00 - Bug, component: numpy.random
#24475 - BUG: Inaccurate left tail of `random.Generator.dirichlet` at small `alpha`
Issue -
State: closed - Opened by Gattocrucco about 2 years ago
- 4 comments
Labels: 00 - Bug, component: numpy.random
#24458 - ENH: Arbitrarily large random integers
Issue -
State: closed - Opened by dschult over 2 years ago
- 3 comments
Labels: 01 - Enhancement, component: numpy.random
#24429 - BUG: Incorrect signatures for np.random functions when NumPy built with Cython 0.29
Issue -
State: closed - Opened by hawkinsp over 2 years ago
- 8 comments
Labels: 00 - Bug, component: numpy.random
#24220 - BUG: random: Fix generation of nan by dirichlet.
Pull Request -
State: closed - Opened by WarrenWeckesser over 2 years ago
- 2 comments
Labels: 00 - Bug, component: numpy.random
#24210 - BUG: random: `dirichlet(alpha)` can return nans in some cases.
Issue -
State: closed - Opened by WarrenWeckesser over 2 years ago
- 8 comments
Labels: 00 - Bug, component: numpy.random
#24204 - BUG: random: Fix check for both uniform variates being 0 in random_beta()
Pull Request -
State: closed - Opened by WarrenWeckesser over 2 years ago
- 1 comment
Labels: 00 - Bug, component: numpy.random
#24203 - BUG: random: `beta` (and therefore `dirichlet`) hangs when the parameters are very small.
Issue -
State: closed - Opened by WarrenWeckesser over 2 years ago
Labels: 00 - Bug, component: numpy.random
#24086 - ENH: Should there be an `rng.clone()` or similar?
Issue -
State: open - Opened by seberg over 2 years ago
- 13 comments
Labels: 01 - Enhancement, component: numpy.random
#23694 - ENH: `dtype` argument in `random.Generator.normal`
Issue -
State: open - Opened by jamesbraza over 2 years ago
- 5 comments
Labels: 01 - Enhancement, component: numpy.random
#23691 - BUG: random: Don't return negative values from Generator.geometric.
Pull Request -
State: closed - Opened by WarrenWeckesser over 2 years ago
- 4 comments
Labels: 00 - Bug, component: numpy.random
#23347 - DOC: changed formula in random.Generator.pareto doc #22701
Pull Request -
State: closed - Opened by mkiffer over 2 years ago
- 1 comment
Labels: 04 - Documentation, component: numpy.random
#22701 - DOC: error in the description of `numpy.random.pareto`
Issue -
State: closed - Opened by ViktorBezb almost 3 years ago
- 11 comments
Labels: 04 - Documentation, component: numpy.random, sprintable
#22664 - pass hermitian=True to svd call in multivariate_gaussian
Issue -
State: closed - Opened by bernstei almost 3 years ago
- 6 comments
Labels: component: numpy.random
#22547 - BUG: numpy.random.Generator.dirichlet should accept zeros.
Issue -
State: closed - Opened by WayneHajas about 3 years ago
- 6 comments
Labels: 00 - Bug, component: numpy.random
#22270 - DOC: `np.random.Generator` - list of functions that are missing examples – tracking issue
Issue -
State: closed - Opened by InessaPawson about 3 years ago
- 7 comments
Labels: 04 - Documentation, component: numpy.random, sprintable
#20864 - BUG: numpy.random.choice replace parameter uses truth rather than boolean behavior
Issue -
State: open - Opened by aspfohl almost 4 years ago
- 4 comments
Labels: 00 - Bug, component: numpy.random
#20121 - DOC: List API reference for numpy.random
Issue -
State: open - Opened by melissawm about 4 years ago
- 8 comments
Labels: 04 - Documentation, component: numpy.random, sprintable
#18906 - ENH: Add PCG64DXSM BitGenerator
Pull Request -
State: closed - Opened by rkern over 4 years ago
- 12 comments
Labels: 01 - Enhancement, component: numpy.random
#17669 - Extending broadcasting to the multivariate distributions in `random`
Issue -
State: open - Opened by WarrenWeckesser about 5 years ago
- 18 comments
Labels: 01 - Enhancement, 15 - Discussion, component: numpy.random, 30 - API
#17007 - np.random.geometric(10**-20) returns negative values
Issue -
State: closed - Opened by Strilanc over 5 years ago
- 8 comments
Labels: 00 - Bug, component: numpy.random
#16695 - OverflowError for np.random.RandomState()
Issue -
State: closed - Opened by RuofanKong over 5 years ago
- 7 comments
Labels: component: numpy.random
#16313 - The PCG implementation provided by Numpy has significant, dangerous self-correlation
Issue -
State: closed - Opened by vigna over 5 years ago
- 106 comments
Labels: component: numpy.random
#16076 - BUG: random: Generator.integers(2**32) always returned 0.
Pull Request -
State: closed - Opened by WarrenWeckesser over 5 years ago
- 15 comments
Labels: 00 - Bug, component: numpy.random
#15911 - Validate the statistics of the random distributions
Issue -
State: open - Opened by charris over 5 years ago
- 11 comments
Labels: 17 - Task, 05 - Testing, component: numpy.random
#15581 - ENH: Add `out` parameter to all Generator distributions
Issue -
State: open - Opened by anerokhi almost 6 years ago
- 10 comments
Labels: 01 - Enhancement, component: numpy.random
#15394 - MT19937 jump does not seem to offset correctly
Issue -
State: closed - Opened by dubzzz almost 6 years ago
- 20 comments
Labels: component: numpy.random
#14833 - Compiled from source on armv7, segmentation fault in random test suite.
Issue -
State: closed - Opened by tasansal about 6 years ago
- 5 comments
Labels: component: numpy.random
#11583 - Add axis option to numpy.random.shuffle
Issue -
State: closed - Opened by CyanoKobalamyne over 7 years ago
- 4 comments
Labels: 01 - Enhancement, component: numpy.random
#9829 - BUG: np.random.zipf hangs the interpreter on pathological input
Issue -
State: closed - Opened by eric-wieser about 8 years ago
- 8 comments
Labels: 00 - Bug, component: numpy.random
#9573 - Confusing argument order for random.randint
Issue -
State: open - Opened by creativedutchmen over 8 years ago
- 8 comments
Labels: component: numpy.random
#9525 - Multivariate Lognormal
Issue -
State: closed - Opened by dmadeka over 8 years ago
- 8 comments
Labels: 01 - Enhancement, component: numpy.random, 57 - Close?