-
**Summary or problem description**
I think Neo should provide interops for lightweight pseudo-random number generators, such as Mersenne Twister. These are cheap on gas costs, and quite useful, as fu…
-
> Disclaimer: My area of expertise does not lend well to me suggesting *how* to make things ASIC resistant. I hope there are some informed opinions floating around out there who can help fill in the …
-
Hello,
Firstly thanks a lot for creating and maintaining the mlr3 package, which is fantastic and easy to use. Here I would like to report some errors regarding the Xgboost learner.
When setting…
-
BPO | [27272](https://bugs.python.org/issue27272)
--- | :---
Nosy | @tim-one, @rhettinger, @vstinner, @vadmium, @dstufft
*Note: these values reflect the state of the issue at the time it was migrated…
-
| | |
| --- | --- |
| Bugzilla Link | [27839](https://llvm.org/bz27839) |
| Resolution | FIXED |
| Resolved on | May 24, 2021 21:04 |
| Version | 3.7 |
| OS | All |
| Reporter | LLVM Bugzilla Contri…
-
## Expected Behavior
Parallel should be slower than sequential for small data sizes, then faster after some crossover point.
## Actual Behavior
Parallel is consistently slower than sequential…
-
I have run into reproducibility issues with other R code because the `sim()` command changes the random number generator from the R default ("Mersenne-Twister") to "L'Ecuyer-CMRG" (See https://github.…
-
The new, thread-safe RNG (PR #32407) uses separate RNG streams ([link to code](https://github.com/JuliaLang/julia/blob/6144a5d7117f9e407bca2e8d7476cce3d586e858/stdlib/Random/src/RNGs.jl#L297)) instea…
-
## Background
**What is your motivation?**
I've looked for an implementation in `rand_core` and in the docs, plus searched the repository and found no mention of `L'Ecuyer`.
**What type of a…
-
BPO | [34751](https://bugs.python.org/issue34751)
--- | :---
Nosy | @tim-one, @rhettinger, @mdickinson, @ericvsmith, @jdemeyer, @sir-sigurd
PRs | python/cpython#9471python/cpython#9534
Files | [htest.…