-
PCG seems like a nice alternative to Mersenne Twister (used in Numpy)
http://www.pcg-random.org/
-
#### What versions are you running?
$ go list -m github.com/chromedp/chromedp
github.com/chromedp/chromedp v0.3.1-0.20190612132654-8490434c4bbd
$ google-chrome --version
Google Chrome 75…
-
Howard, I recently ran across the need to convert from Gregorian Calendar to Julian Date and back working with various orbital data and ephemerides from JPL1. I checked the `std::chrono` library, but …
-
~~Background: [Reed-Solomon Codes over the Circle Group](https://eprint.iacr.org/2023/824)~~
~~There are a couple parts to this integration -~~
- [x] ~~#58~~
- [x] ~~#159~~
- [x] ~~#59~~
**Ed…
-
Some of the papers out there that deal with fields note that you can safely defer modulus reduction in some cases, which can improve performance a little. We're a little way from needing that sort of…
-
The package seems to fail to build against boost1.69 the reason being that it doesn't use the `find_package(BOOST)` but using a `FIND_PATH(BOOST_FOUND boost/random/mersenne_twister.hpp` command [here]…
-
Should at least implement a Mersenne Twister (see #5).
-
there are indications that it might converge faster that way.
also: removes the mersenne twister internal limit of 200 Blocks for the Kernels
-
Hello,
I am using the provided python bindings to generate electrons via the particle gun.
`addParticleGun(
s,
EtaConfig(-0.0002, 0.0002),
PhiConfig(3…
-
I've noticed that the `mpiadapter` and `mc_base` classes initialize the random number generator with seeds that merely differ by the MPI rank. This is a bad practice and can lead to bias in situations…