-
#[
nim c --nimcache:/tmp/nim//nimcache/ -o:/tmp/nim//app -r tests/nim/stdlib/t02_random_seed.nim
/tmp/nim//app
0.7110418528567215
/tmp/nim//app
0.7110418342302638
etc => BUG: they're all very…
-
o.uniform should take a seed and state. If the /seed address is in the bundle, it should seed srand(). If /state is also in the bundle, it should wind forward by calling rand() that many times before …
-
Longstanding bug that we don't appear to have an issue for. Star names get repeated, often quite nearby. Today's example is Intimi, at [7,0,-4] and [5,2,-4].
-
I mention a problem I encountered recently, it cost me a lot of time since the error message is cryptic
### Problem you have encountered:
I made a typing mistake (shame on me) :
``` python
…
-
EDIT: "August 2018 Update: xoroshiro128+ fails PractRand very badly. Since this article was published, its authors have supplanted it with xoshiro256**. It has essentially the same performance, but be…
-
Hi there,
Robert and I have written an OpenMM command line executable which is planned to be in the next release. It can be downloaded here:
https://github.com/rmcgibbo/openmm-cmd.git
I've also ma…
-
This weekend I will try to branch from your project in order to change the random number generation algorithms that seems to be a bit outdated. I will use this library: https://gitlab.cern.ch/CLHEP/CL…
-
After suspending the system once can't suspend again. Shutdown gives unmount failed errors and can't shutdown too.
System info
` System: Host: Capsparrow Kernel: 4.20.10-1-MANJARO x86_64 bits: 6…
-
It would be nice if the various PRNG Generators implemented PartialEq/Eq (where possible) so that it's possible to validate determinism in a simulation.
Example
```rust
let rng = SomePrng::new();…
-
Consider adding a static Shuffle method to Array and an instance method to List
## Motivation
Shuffling data is often required in various applications. .NET does not contain a method to shuffle an ar…