-
According to the documentation Jenetics 7.1.3 requires "at least Java 17". However, it's not clear from the documentation if a JRE 17+ is sufficient.
We use the bundled Jetbrains JRE in IntelliJ du…
-
Consider this simple benchmark
```julia
using BenchmarkTools, Random
d = Dict(x => x for x in 1:1000);
rng = Xoshiro(42)
@benchmark rand($rng, keys($d))
```
on my computer under 1.9.3, …
-
See thread: https://intfiction.org/t/lack-of-randomness-sometimes-when-compiling-for-glulx/64533
-
So that might be an issue with `Test.guardseed` now then. That `copy` seems to be supposed to work.
_Originally posted by @vtjnash in https://github.com/JuliaLang/julia/issues/51225#i…
-
error: linking with `cc` failed: exit code: 1
|
= note: "cc" "-m64" "-arch" "x86_64" "-L" "/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib" "/Downloads/cargo-g…
aikcn updated
8 months ago
-
Hey, thx for package,
I ran into a nasty error in the following code:
```julia
using Enzyme
using Random
function f(x)
return x .^ 3
end
x = rand(Xoshiro(0), 10)
dx = ones(10)
dx…
-
https://api.github.com/XBagon/hsbgsim/blob/b7574ee69f612a9d5f2d09ded196566437ee0c85/tests/snapshot_tests.rs#L31
```rust
use hsbgsim::*;
use insta::assert_yaml_snapshot;
use rand::SeedableRng;
use…
-
Hi,
when running this:
```Julia
using Turing, MuseInference, LinearAlgebra
# toy hierarchical model
Turing.@model function toy()
σ ~ Uniform(0, 1)
θ ~ Normal(0, σ)
z ~ MvNormal(z…
-
Trying to run the example of LBFGS but running into the issue of
> the trait bound `ArrayBase: argmin_math::ArgminSub` is not satisfied
all features are enabled so am at an impasse as to what to…
-
Running Pigeonsv0.2.6 with checkpointing enabled sometimes causes an error where the random number generator is seeded with a negative number during the `next_exec_folder` call.
https://github.com/…