-
Something like the http://altusmetrum.org/ChaosKey/
-
This is definitely a very minor thing but probably a very common inconvenience, certainly has been for me. Converting a source of seed from numpy to jax has always felt a bit awkward to me. Part of it…
-
This is a meta-issue concerning the uses of random number generation facilities, as discussed in the Discord. Since several Boost.Random components are being replaced with their standard library count…
-
Pseudo random numbers can be generated quickly, when you need a lot of them. May be useful for Procedural generation or Monte Carlo simulation.
### haskell/random
#### High level
- [ ] [Ran…
-
It would be good to have a pure interface for the RNG, such as what the Haskell [crypto-api library](https://www.stackage.org/haddock/lts-8.4/crypto-api-0.13.2/Crypto-Random.html) provides. This would…
-
After we added code coverage checks, it started to complain sporadically about unexpected changes in few modules, most often `src/ocean/math/random/engines/KissCmwc.d`. Initially I dismissed it as eit…
-
```
I'm a bit concerned by the new random number generator
jpab: anything specific, or just gut feeling?
specifically, I'm concerned by it only having 32 bits of state
so we need to stress it or s…
-
## Background
The "Random-number generation" section of `vignettes(topic = "parallel", package = "parallel")` describes concerns about pseudo-random numbers in parallel computing. If we have differ…
-
### Is your feature request related to a problem?
I intended to use a real random number generator for cryptographic purposes. So, I choose std::random_device, which should be a platform independent …
-
## dlang-bugzilla (CyberShadow) reported this on 2011-12-05T04:00:22Z
### Transfered from https://issues.dlang.org/show_bug.cgi?id=7067
### CC List
* alex (alexrp)
* andrei (andralex)
* b.helyer
* …