-
This Issue is to add a seeded Pseudo-Random Number Generator to the WASM runtime that can be exported to smart contracts. This should give us a non-blocking way for all compute nodes on the network to…
-
Thanks to @mcwitt for thoughtful comments: migrating from https://github.com/proteneer/timemachine/pull/978#discussion_r1140414877 . Would be good to discuss and adopt project-wide conventions, if pos…
-
- [x] JavaScript - Math.random d7b097b191632d68c25ce41d5e7507b834aed6d8
- [x] Go - math/rand d7b097b191632d68c25ce41d5e7507b834aed6d8
- [ ] PHP
- [ ] Perl
- [x] Rust (28a0912)
- [ ] Python
- [ ]…
-
-
https://github.com/RuiFilipeCampos/MontyCarlo/blob/224a821b4e84992928e22d31bbfed25f7db50393/MontyCarlo/tools/CubicInverseTransform.pyx#L234-L269
Using old pRNG.
-
`mum-prng` passes NIST STS but that's not the state-of-the-art for PRNG testing.
Do you have info on the performance of `mum-prng` in [TestU01](http://simul.iro.umontreal.ca/testu01/tu01.html) or …
-
While testing for speed some PRNG methods (notably, nextInt(int)) using JMH, results for GraalVM were, as expected, significantly better than HotSpot's, in some cases spectacularly. However, there is …
-
On https://github.com/rust-lang/rfcs/pull/2106#issuecomment-346610377 I argued that `rand` should not provide any specific/named rngs (so no ChaChaRng, XoroShiro, etc.) but instead provide a very smal…
-
There is randomness involved in training the model (e.g. the `DataLoader` shuffling). Being able to control this may be useful.
This should be assertable by training twice on the same input data wi…
-
This is going to be a somewhat sprawling issues. All of the topics here involve Hypothesis' approaches to making [random code deterministic](https://hypothesis.readthedocs.io/en/latest/details.html?hi…
rsokl updated
9 months ago