-
Request: can the documentation please provide guidance on setting the PRNG seed for consistent tensor initialization?
Running this code produces a different value on every run:
```
let device =…
-
It is possible, at least at a rudimentary level, to just set the global RNG state for the sake of reproducibility in a full-scale TAS. This could be supported at a base level as a `!` cheat command. …
-
Some time ago I mentioned in the discord server about how bad the default PRNG is.
It is inspired by PCG, but I could not find the exact copy.
If it exists I would like to see it, but I don't thin…
-
While running this in Google Colab I get the following error: I am using the pro version of Google Collab.
XlaRuntimeError Traceback (most recent call last)
[](https://lo…
-
Parts of the docs (https://jax.readthedocs.io/en/latest/key-concepts.html#pseudorandom-numbers, https://jax.readthedocs.io/en/latest/random-numbers.html) imply that NumPy PRNG needs global state. NumP…
-
I was trying to run the submission_runner.py file inside the docker and got a TypeError,
Use these commands to reproduce the error:
```
sudo docker run -it -v /algorithmic-efficiency:/algorithmic…
-
Currently, we have very rudimentary handling of stochastic layers. Initialization of RNGs for stochastic layers is done as:
```julia
randn(rng, 1)
return (rng=replicate(rng), training=tru…
-
Checklist:
* [x] I've searched in the docs and FAQ for my answer: https://bit.ly/argocd-faq.
* [x] I've included steps to reproduce the bug.
* [x] I've pasted the output of `argocd version`.
…
-
Ahoy,
I've been thinking about the overall quality of PRNGs (Pseudorandom Number Generators) and their importance. The initial entropy verification process only gives an indication of the quality o…
-
### Prerequisites
* [x] Checked the developer manual
* [x] Checked that your issue isn't already filed: https://github.com/issues?utf8=✓&q=repo%3Alibtom%2Flibtomcrypt
* [x] Checked that your issu…