-
Migrated from [rt.perl.org#115928](https://rt-archive.perl.org/perl5/Ticket/Display.html?id=115928) (status was 'resolved')
Searchable as RT115928$
p5pRT updated
11 years ago
-
Hi,
I need to run the triqs for away from Half-filling in the single orbital case(Bethe lattice). In the Half-filled case it is writing Greens function(matsubara frequency) as a output for every iter…
-
In general you should not depend on `Math.random()` for anything related to GUID generation. [This page](http://baagoe.org/en/w/index.php/Better_random_numbers_for_javascript) explains the issue in de…
-
#### Related Issues: #3, #14, #15, #16, #17, #19, #20
This is weeks task is pretty straight forward. Begin working on porting the python code to C++ with mothur integration.
We've already some some…
-
Parrot's current PRNG is an old-style LCG: decent speed, but relatively poor randomness characteristics. According to http://en.wikipedia.org/wiki/Mersenne_twister at least PHP, Python, and Ruby use …
japhb updated
12 years ago
-
This has to do with setWantsBestResolutionOpenGLSurface: not existing. Reverting the 5 or so recent commits by @mrjbq7 allows to use factor on leopard.
I don't know the mac ecosystem at all, so I don…
-
I fixed all the (apparent) issues with C and BLAS, and now all BLAS functions are called with the right matrix/version dimensions. I gdb'ed them and they all appear to write in the proper memory locat…
-
Random testers (like the ones in #4779) should have a structure something like this (untested):
```
def test_foo(n_trials, seed=None, verbose=False):
with random_seed(seed):
used_seed = initi…