-
You explain very well on how to use it, but not what it actually does/how it gets done what it does. It's all relatively small, so I (think I) figured it out by glancing at the source, still would be …
-
Hi FluTE devs,
I'm currently trying to get mpiflute working on my local machine (before I try to get it running on a cluster) with either MPICH or Intel MPI, but when I compile with either (editing…
-
Initialising PRNGs correctly is hard. For casual users in particular, it should be easy to Do The Right Thing.
Typical things users should be able to do and the common solutions are:
1. **User:** …
-
Right now, this module will automatically fall back to `Math.random()` in browser environments that don't support CSPRNG use, essentially failing open.
To operate securely, it should instead fail h…
-
Hello all:
I want to be able to pass the spread into rands. If the spread is zero OpenSCAD stops responding and needs to be killed. I was expecting it to return the start/end of range number.
Window…
-
**Describe the bug**
I noticed a weird behavior in the **combine_cds** function. It drops the gene id & gene short names for a portion of genes, and this sometimes significantly affects the cluster…
-
The code at:
https://github.com/colvars/colvars/blob/master/src/colvarbias_alb.cpp#L209
``` c++
//stochastic if we do that update or not
if (colvars.size() == 1 || rand() < RAND_MAX / ((i…
-
[bz#727]
There have been a few instances recently where I've had to implement some overly complicated plotscript to prevent certain numbers from popping up during random number generating cyles and d…
-
There is currently a totally useless `CPP` in `random`:
```haskell
#ifdef ENABLE_SPLITTABLEGEN
class SplittableGen g where
#endif
```
which hints at what I am about to suggest.
There are s…
-
This is something I've been looking for, for a good while now. People have hard time comprehending that Python+Numpy is in fact often faster than C, and refuse to look any closer. Also, most Numpy tut…