An open API service for providing issue and pull request metadata for open source projects.

GitHub / rust-random/rand issues and pull requests

#1340 - Simplify macro implementation for tuples

Pull Request - State: closed - Opened by Lucretiel almost 2 years ago - 2 comments

#1338 - Minor grammar fixes

Pull Request - State: closed - Opened by splurf almost 2 years ago

#1336 - allow smaller in seq::gen_index

Issue - State: closed - Opened by burdges almost 2 years ago - 2 comments

#1335 - fix partial_shuffle documentation

Pull Request - State: closed - Opened by TheIronBorn almost 2 years ago

#1334 - De-blob serde

Pull Request - State: open - Opened by pinkforest almost 2 years ago

#1333 - serde_derive brings binary blob and breaks builds

Issue - State: closed - Opened by pinkforest almost 2 years ago - 6 comments

#1332 - Implement Standard support for signed NonZero* types

Pull Request - State: closed - Opened by elichai almost 2 years ago

#1331 - Add tests for `Uniform::try_from` with invalid ranges

Pull Request - State: closed - Opened by vks almost 2 years ago

#1330 - Add support for wasm

Issue - State: closed - Opened by mokeyish almost 2 years ago - 6 comments

#1329 - Upgrade criterion

Pull Request - State: closed - Opened by vks about 2 years ago - 14 comments
Labels: D-changes

#1328 - Shuffles by generalized Feistel algorithms

Issue - State: closed - Opened by burdges about 2 years ago - 1 comment

#1327 - Add `--generate-link-to-definition` option when building on docs.rs

Pull Request - State: closed - Opened by GuillaumeGomez about 2 years ago - 5 comments

#1326 - CHANGE: Add error handling for propogating failures

Issue - State: closed - Opened by lsampras about 2 years ago - 6 comments

#1325 - Fix infinite loop in Binomial distribution

Pull Request - State: closed - Opened by benjamin-lieser about 2 years ago - 4 comments

#1324 - Bug. Infinite loop in Binomial Distribution

Issue - State: closed - Opened by benjamin-lieser about 2 years ago - 2 comments

#1323 - It is not reasonable for `rand_distr::Zipf` to return floating-point values

Issue - State: closed - Opened by seekstar about 2 years ago - 16 comments
Labels: E-easy

#1322 - const generic and dynamic distributions (Dirichlet, Multinomial, ...)

Issue - State: closed - Opened by benjamin-lieser about 2 years ago - 1 comment

#1320 - Replace tab character with spaces in poisson.rs.

Pull Request - State: closed - Opened by WarrenWeckesser about 2 years ago

#1319 - Testing functions requiring CryptoRng

Issue - State: closed - Opened by ignassew about 2 years ago - 8 comments

#1318 - impl TrustedLen is unsafe

Pull Request - State: closed - Opened by dhardy about 2 years ago - 2 comments

#1317 - ReseedingRng: fix doc comment on reseeding behavior after UNIX fork

Pull Request - State: closed - Opened by LiosK about 2 years ago - 1 comment

#1316 - fix feature typo

Pull Request - State: closed - Opened by ihciah about 2 years ago - 1 comment

#1315 - Add `DistString` impl to `Uniform` and `Slice`

Pull Request - State: closed - Opened by aobatact about 2 years ago - 1 comment
Labels: D-review

#1313 - use wasm compatible getrandom

Pull Request - State: closed - Opened by wwwehr about 2 years ago

#1312 - Poisson sample() hangs when lambda is close to max of the float type.

Issue - State: closed - Opened by WarrenWeckesser about 2 years ago - 6 comments
Labels: X-bug, A-degenerate

#1311 - Fix PERT distribution for when `mode` is very close to `(max - min) / 2`

Pull Request - State: closed - Opened by LukasKalbertodt over 2 years ago - 2 comments

#1310 - rand::SmallRng produces different values in WASM than Rust for the same seed

Issue - State: closed - Opened by wilwade over 2 years ago - 3 comments

#1308 - Simplify slice size calcuation

Pull Request - State: closed - Opened by schubart over 2 years ago

#1306 - Amend value stability / portability rules

Issue - State: closed - Opened by dhardy over 2 years ago

#1305 - Re-introduce Rng::gen_iter

Pull Request - State: closed - Opened by dhardy over 2 years ago

#1304 - StepRng: better documentation of outputs for other types

Pull Request - State: closed - Opened by dhardy over 2 years ago

#1303 - StepRng almost always produces bool false

Issue - State: closed - Opened by jayvdb over 2 years ago - 4 comments

#1302 - Enable implementing Uniform distributions on external types

Issue - State: closed - Opened by coreylowman over 2 years ago - 1 comment

#1301 - Improve calculation of the `scale` parameter for the uniform float distribution.

Pull Request - State: closed - Opened by WarrenWeckesser over 2 years ago - 7 comments
Labels: D-work-in-progress

#1300 - Make `libm` dependency optional if using `std_math`

Issue - State: closed - Opened by coreylowman over 2 years ago - 3 comments

#1299 - Uniform Generator hangs for certain limits.

Issue - State: closed - Opened by GUIpsp over 2 years ago - 7 comments

#1298 - RngCore + CryptoRng + Default semantics

Issue - State: closed - Opened by burdges over 2 years ago - 6 comments

#1297 - CHANGE: The name `distributions::Standard` is misleading

Issue - State: closed - Opened by Enter-tainer over 2 years ago - 15 comments

#1296 - ENH: Add the negative binomial distribution to rand_distr.

Pull Request - State: closed - Opened by WarrenWeckesser over 2 years ago - 10 comments
Labels: D-work-in-progress, X-stale

#1295 - Negative binomial distribution?

Issue - State: closed - Opened by WarrenWeckesser over 2 years ago - 2 comments

#1294 - Don't run the random write test

Pull Request - State: closed - Opened by SUPERCILEX over 2 years ago

#1293 - Test trying to write to /tmp/random.bytes

Issue - State: closed - Opened by bjorn3 over 2 years ago - 3 comments

#1292 - Use const generics in Dirichlet

Pull Request - State: closed - Opened by Armavica over 2 years ago - 7 comments

#1291 - Poisson distribution falls into an infinite loop for parameter λ=∞

Pull Request - State: closed - Opened by Thopic over 2 years ago - 2 comments

#1290 - Poisson distribution falls into an infinite loop for parameter λ=∞

Issue - State: closed - Opened by Thopic over 2 years ago - 1 comment

#1289 - Uniform float improvements

Pull Request - State: closed - Opened by dhardy over 2 years ago - 4 comments

#1288 - Rename Rng -> RngExt, RngCore -> Rng

Pull Request - State: closed - Opened by dhardy over 2 years ago - 3 comments

#1287 - Uniform sampling: use Canon's method

Pull Request - State: closed - Opened by dhardy over 2 years ago - 7 comments

#1286 - Canon uniform benches

Pull Request - State: closed - Opened by dhardy over 2 years ago - 1 comment

#1284 - Poisson returns -1 for small lambda

Pull Request - State: closed - Opened by tearne over 2 years ago - 2 comments

#1283 - How to use rand_chacha in a no-std environment?

Issue - State: closed - Opened by mbs0221 over 2 years ago - 2 comments

#1282 - Optimise Rng::gen for arrays

Issue - State: closed - Opened by dhardy over 2 years ago - 3 comments

#1280 - Add note about floating point weights in update_weights docs

Pull Request - State: closed - Opened by arya2 over 2 years ago - 3 comments

#1279 - Adding "js" feature to be able to compile for wasm32

Pull Request - State: closed - Opened by gents83 over 2 years ago - 8 comments

#1278 - Relax `Sized` bound on `Distribution<T> for &D`

Pull Request - State: closed - Opened by ChayimFriedman2 over 2 years ago

#1277 - Simpler and faster implementation of Floyd's F2

Pull Request - State: closed - Opened by ciphergoth over 2 years ago - 3 comments

#1276 - use partition_point in WeightedIndex

Pull Request - State: closed - Opened by TheIronBorn over 2 years ago

#1275 - Add Criterion as dev-dependency, fix CI for MSRV and minimal-versions

Pull Request - State: closed - Opened by dhardy over 2 years ago

#1274 - GitHub Workflows security hardening

Pull Request - State: closed - Opened by sashashura over 2 years ago

#1273 - Rework CryptoRng

Pull Request - State: closed - Opened by newpavlov over 2 years ago - 10 comments
Labels: B-API

#1272 - Performance improvements for `shuffle` and `partial_shuffle`

Pull Request - State: closed - Opened by wainwrightmark over 2 years ago - 6 comments

#1270 - Equidistant sampling of uniform FP values

Issue - State: open - Opened by cmpute over 2 years ago - 2 comments
Labels: A-new

#1269 - Bump MSRV to 1.56 (Edition 2021)

Pull Request - State: closed - Opened by dhardy over 2 years ago - 9 comments

#1268 - Added new versions of choose and choose_stable

Pull Request - State: closed - Opened by wainwrightmark over 2 years ago - 11 comments

#1267 - Add read_adapter to avoid dynamic dispatch

Pull Request - State: closed - Opened by SUPERCILEX over 2 years ago - 3 comments
Labels: B-API

#1265 - gh-pages action: add id-token write permission

Pull Request - State: closed - Opened by dhardy over 2 years ago

#1264 - Fix typo

Pull Request - State: closed - Opened by yaronf over 2 years ago

#1263 - Update GitHub Actions

Pull Request - State: closed - Opened by dhardy over 2 years ago - 5 comments

#1262 - Drawing from multivariate normal distribution

Issue - State: closed - Opened by DJDuque almost 3 years ago - 3 comments
Labels: X-stale

#1261 - Tracker: proposed RngCore changes

Issue - State: open - Opened by dhardy almost 3 years ago - 6 comments

#1260 - LLVM error when compiling in debug mode

Issue - State: closed - Opened by tsoutsman almost 3 years ago - 2 comments

#1259 - clarify shuffle docs

Pull Request - State: closed - Opened by RalfJung almost 3 years ago - 1 comment

#1258 - Is 'shuffle' uniform across all permutations?

Issue - State: closed - Opened by RalfJung almost 3 years ago - 2 comments

#1257 - Doc: improve random, thread_rng, ThreadRng docs

Pull Request - State: closed - Opened by dhardy almost 3 years ago - 6 comments

#1256 - rand::random Documentation

Issue - State: closed - Opened by yaronf almost 3 years ago - 2 comments

#1255 - Add a `Normal` distribution

Issue - State: closed - Opened by abocquet almost 3 years ago - 2 comments

#1254 - Update listed rand_core version number

Pull Request - State: closed - Opened by atouchet almost 3 years ago

#1253 - rand_core: update CHANGELOG for 0.6.4

Pull Request - State: closed - Opened by dhardy almost 3 years ago - 1 comment

#1252 - use of undeclared crate or module `rand`

Issue - State: closed - Opened by emadbaqeri almost 3 years ago - 1 comment

#1251 - rand_core 0.6.4 is not published

Issue - State: closed - Opened by Kixunil almost 3 years ago - 3 comments

#1250 - Mention disabling getrandom for wasm32-unknown-unknown in README

Pull Request - State: closed - Opened by golddranks almost 3 years ago - 2 comments

#1249 - Using a self-seeded RNG on wasm32-unknown-unknown

Issue - State: closed - Opened by golddranks almost 3 years ago - 5 comments

#1248 - StepRng for f64

Issue - State: closed - Opened by KCrux almost 3 years ago - 1 comment

#1247 - optimize simd widening mul

Pull Request - State: closed - Opened by TheIronBorn almost 3 years ago - 2 comments

#1246 - Bump MSRV to 1.51.0

Pull Request - State: closed - Opened by dhardy almost 3 years ago - 4 comments

#1245 - Clarify documentation of `choose_weighted(_mut)` mentioning accurate behavior with floats

Pull Request - State: closed - Opened by ISibboI almost 3 years ago - 1 comment

#1244 - CHANGE: deprecate `Distribution::map` for removal

Issue - State: closed - Opened by arniu almost 3 years ago - 2 comments

#1241 - [WIP] Implement `Fill` for some MaybeUninit types

Pull Request - State: closed - Opened by AngelicosPhosphoros about 3 years ago - 3 comments

#1240 - small deterministic example update

Pull Request - State: closed - Opened by TheIronBorn about 3 years ago - 2 comments