-
This came up in the julia slack channel, via https://twitter.com/genkuroki/status/1293558651588767750. Disregarding the type instability from their benchmark, there seems to be a true regression
``…
-
## Background
**What is your motivation?**
I want there to be greater availability of standard prngs available in the Rust ecosystem.
**What type of application is this?** (E.g., cryptography, …
-
Melissa O'Neil's PCG family of pseudo-random number generators have some dubious claims about their speed and quality. There are multiple reviews that call them into question (for example, [here](http…
-
Original reporter: `sdl.web@gmail.com`
Affected version: `OTP-20.0`
Component: `stdlib`
Migrated from: https://bugs.erlang.org/browse/ERL-603
---
```
I ran into this article http://www.pcg-random.o…
-
## 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…
-
The third party notices file in this repository contains an entry indicating a copyleft license.
This is rather surprising, as I was expecting to see mostly permissive licenses, like MIT, X1q, ZLIB…
-
I noticed an issue of signed long overflow in `elki-core-util/src/main/java/elki/utilities/random/Xoroshiro128NonThreadsafeRandom.java`
```Java
@Override
public void setSeed(long seed) {
…
-
Hey Zak'sBeast!!
A few weeks ago you posted this tweet on Twitter:
https://twitter.com/zaksabeast/status/1320413720892276736
The included photo clearly demonstrated a feature of viewing future …
-
Use Xoroshiro instead of Random.
-
System.Random class algorithm bug is reported about 5 years ago at Connect site.
and bugfix is postponed by concerning existing app compatibility issue.
https://connect.microsoft.com/VisualStudio/feed…