-
```cpp
std::vector two_dim;
// fill two_dim with lots of data
std::vector foo = two_dim | view::join;
```
is more than three times slower than:
```cpp
std::vector two_dim;
// fill two_dim wi…
-
Are we married to using numpy.random for rolling the dice for some statistical reason, or can that be switched to using the standard python random library instead? I assume that if you need the dice r…
-
We observe the following model:
```
mod |z|)
(Intercept) 2.49686 0.06909 36.14 < 2e-16 ***
X -1.03854 0.03812 -27.24 < 2e-16 ***
ConditionB -0.19707 …
-
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…
-
This are my personal requirements for picking a default small PRNG. It seems like we should have some set of requirements to apply to https://github.com/dhardy/rand/issues/52, beyond benchmarks.
@dha…
-
We've already had a lot of discussion on this. Lets summarise algorithms here.
This is about small, fast PRNGs. Speed, size and performance in tests like PractRand and TestU01 is of interest here; …
-
# Introduction to Fermat number testing with Mlucas
Mlucas is a powerful Mersenne primality testing and factoring package which supports Lucas–Lehmer
testing, Fermat probable primality testing, a…
-
- I'd really like to see (discrete) **Poisson and Binomial distributions** due their ubiquity in probability. The cumulative distribution of Poisson can be expressed in terms of the (continuous) **Gam…
-
This is a tracking issue to maintain a list for known to compile packages, from a recent stackage snapshot (`lts-16.27`).
```
/root/.asterius/.stack-work/install/x86_64-linux-tinfo6/9ac86446ee106c…
-
```
# In other words, the real message (and its digest, described
# below) sits somewhere along a slider surrounded by fuzz on
# each side, and the precise amount of fuzz on each side is
# known only …