Skip to content

Issues: JuliaLang/julia

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

add Random.fork(rng::Xoshiro) to split rng into a new instance feature Indicates new feature / enhancement requests randomness Random number generation and the Random stdlib
#58193 opened Apr 22, 2025 by rfourquet Loading…
shuffle! is as much as 2x slower than a naive implementation performance Must go faster randomness Random number generation and the Random stdlib
#57771 opened Mar 14, 2025 by tecosaur
the variant of rand! for an array of Float64 is slowed down by the explicit SIMD when the array is small enough arrays [a, r, r, a, y, s] performance Must go faster randomness Random number generation and the Random stdlib
#57114 opened Jan 21, 2025 by nsajko
add shuffle(::NTuple) to Random feature Indicates new feature / enhancement requests randomness Random number generation and the Random stdlib stdlib Julia's standard library
#56906 opened Dec 26, 2024 by nsajko Loading…
Support shuffle(::NTuple) feature Indicates new feature / enhancement requests randomness Random number generation and the Random stdlib stdlib Julia's standard library
#56728 opened Dec 1, 2024 by LilithHafner
Allow types other than Int in randstring randomness Random number generation and the Random stdlib
#54402 opened May 8, 2024 by Seelengrab Loading…
Random stdlib: randstring(rand(UInt8)) errors randomness Random number generation and the Random stdlib
#54397 opened May 8, 2024 by thomvet
randnlike(A), randlike(A) similar to pytorch randomness Random number generation and the Random stdlib
#52647 opened Dec 28, 2023 by isentropic
Random: allow seeding from an RNG randomness Random number generation and the Random stdlib
#51533 opened Oct 1, 2023 by rfourquet Loading…
3 tasks done
unpredictable behavior of Random.seed! on workers using Distributed docs This change adds or pertains to documentation randomness Random number generation and the Random stdlib
#51225 opened Sep 6, 2023 by vancleve
parallel partitioned shuffle performance Must go faster randomness Random number generation and the Random stdlib
#50970 opened Aug 18, 2023 by tlcz Loading…
speed-up randperm by using our current rand(1:n) performance Must go faster randomness Random number generation and the Random stdlib
#50509 opened Jul 11, 2023 by rfourquet Loading…
widen signature of randn!(::MersenneTwister, ::Array{Float64}) ? randomness Random number generation and the Random stdlib
#49388 opened Apr 17, 2023 by bjarthur
Clarify status of RNG being thread-safe randomness Random number generation and the Random stdlib
#46280 opened Aug 8, 2022 by alecloudenback Loading…
uniform Rational numbers on the closed interval [0,1] randomness Random number generation and the Random stdlib rationals The Rational type and values thereof
#46060 opened Jul 16, 2022 by andrewjradcliffe Loading…
Relax type constraints on xoshiro_bulk rand!() dispatch randomness Random number generation and the Random stdlib
#44980 opened Apr 14, 2022 by ancapdev
Fallback rand(Float32/64) discards more entropy than necessary randomness Random number generation and the Random stdlib
#44887 opened Apr 7, 2022 by danielwe
FR: Random sampler for Iterators.ProductIterator feature Indicates new feature / enhancement requests randomness Random number generation and the Random stdlib
#43266 opened Nov 30, 2021 by fonsp
move MersenneTwister out of Random randomness Random number generation and the Random stdlib
#41272 opened Jun 18, 2021 by StefanKarpinski Potential 2.0
[RFC] allow specializing Random.default_rng(X) on a "distribution" X randomness Random number generation and the Random stdlib triage This should be discussed on a triage call
#38043 opened Oct 15, 2020 by rfourquet Loading…
use SHA512 when seeding MersenneTwister randomness Random number generation and the Random stdlib
#37766 opened Sep 26, 2020 by rfourquet Loading…
randomize hash values per process hashing randomness Random number generation and the Random stdlib security System security concerns and vulnerabilities
#37166 opened Aug 23, 2020 by StefanKarpinski
default RNG seeding: use SHA2(minor, seed) to improve seeding randomness Random number generation and the Random stdlib
#37165 opened Aug 23, 2020 by StefanKarpinski
re-evaluate/remove Random.UnsafeView good first issue Indicates a good issue for first-time contributors to Julia help wanted Indicates that a maintainer wants help on an issue or pull request randomness Random number generation and the Random stdlib stdlib Julia's standard library
#36718 opened Jul 17, 2020 by JeffBezanson
Generalize rand for OffsetArrays e.g. rand(Bool, 0:2) needs decision A decision on this change is needed randomness Random number generation and the Random stdlib
#36558 opened Jul 7, 2020 by goretkin Loading…
ProTip! Follow long discussions with comments:>50.