-
The discussion about enforcing (ensuring?) determinism in WASI has already been started and touched upon in a couple of issues here and there (#185, #118, bytecodealliance/wasmtime#748, if I missed an…
-
More of a challenge than porting flake8 plugins, because these are written in Java: https://github.com/SonarSource/sonar-python
But some of them are somewhat useful and I didn't see equivalent code…
-
The documentation for the [``shuffle()``](https://docs.python.org/3.13/library/random.html#random.shuffle) function in the random module expresses concern that, for sequences of length larger than 208…
-
Sparrow currently sources its entropy for new software wallets from `/dev/random`. It would be nice to also allow for additional entropy from dice rolls and a camera like seed signer does. Possibly, i…
-
### Bug report
**Bug summary**
The cookbook recipe ([Time Series Movie](https://yt-project.org/doc/cookbook/complex_plots.html#time-series-movie)) for animating plots suggests using `plo…
-
The main problem I've run into is that the `Random` on different versions of C# while using the same seeds do not result in the same sequence. This is mainly between Mono and .NET.
We've also found …
-
_Original ticket http://projects.scipy.org/numpy/ticket/1450 on 2010-04-10 by trac user ilan, assigned to atmention:charris._
I've written a patch which replaces the Box-Muller transform
in numpy/ran…
-
Original ticket http://projects.scipy.org/numpy/ticket/1450
Reported 2010-04-10 by trac user ilan, assigned to atmention:charris.
I've written a patch which replaces the Box-Muller transform
in numpy…
-
In some scenarios (e.g. for seeding `HashMap`) it's desirable to get potentially less secure numbers than to block indefinitely. The motivation is largely equivalent to motivation behind the `GRND_NON…
-
Hi!
I'm looking at seeing if I can use rubble to provide initial BLE support for [TockOS](https://github.com/tock/tock/). I'm not affiliated with TockOS, I just want to use BLE support in Tock. So …