-
In
https://github.com/openssl/openssl/blob/012353bdf21b98def920ac317b94c4a9ed501b79/crypto/rand/prov_seed.c#L114
salt is being passed in.
But in
https://github.com/openssl/openssl/blob/01…
-
Script:
``` python
import dask
from dask import array as da
from dask import dataframe as dd
from dask_cuda import LocalCUDACluster
from distributed import Client, LocalCluster
import numpy as np
de…
-
Hello,
I have a class that contains an `nnx.Module` and trains it. I try to save and restore by accessing this attribute but as the title says I find that when I restore the model, it's loss is as ba…
-
https://godbolt.org/z/fG5ooW4z7
```cpp
template
struct integral_constant {
static constexpr _Tp value = __v;
};
template struct remove_reference {
typedef _Tp type;
};
typedef int siz…
-
When running `DataFrame.median` I get results that are inconsistent with pandas. Here is an example in `ipython`:
```python
In [48]: import pandas as pd
In [49]: import numpy as np
In [50]: im…
-
```python
In [1]: import numpy as np
...: import tabmat
...:
...: n = 5_000
...: p = 1_000
...:
...: rng = np.random.default_rng(0)
...: means = rng.exponential(10, p) *…
-
Possible issue I noticed while working on #698.
The behavior was initially noticed when comparing "wild-bootstrap" to the "ri" sample_method p-values when the parameter of interest has no associat…
-
Afaik it is currently not possible to set the `VirtIO RNG` key in the VM's hardware tab using the terraform module.
![Screenshot 2024-04-03 at 20 52 44](https://github.com/bpg/terraform-provider-pr…
-
I am encountering an index error when running [this](https://flax.readthedocs.io/en/v0.8.3/experimental/nnx/nnx_basics.html#:~:text=from%20functools%20import%20partial) example in the documentation
I…
-
Hi all, thanks for the great package!
I noticed recently with some Octofitter tests that passing a seeded RNG object (e.g. `rng = Xoshiro(0)` into `AdvancedHMC.sample(...;rng=rng)` does not give re…