-
### 🐛 Describe the bug
I know this is strange behavior, but actually, I have set the `mannual_seed` each time.
BTW, if I use `cudagraphs` on `cuda` device, there is no inconsistency.
```pytho…
-
Traceback (most recent call last):
File "sopf_base.py", line 251, in
env = sopf_optimum_Env(
File "C:\Users\hulia\Desktop\FCDRL_TSCOPF-main\gym_psops\envs\env_SOPF_Optimum.py", line 65, in…
-
When using the `RngBitGenerator` Op to generate `u32` outputs we found cases where different seeds produce the same outputs.
Example 1 (diffing seed values by `10`): [rust_hlo_test_rngbitgenerator.…
-
Hello,
If AssociatedData is set it is not captured during hash creation.
Verify returns false. As from README example this code fails
```
byte[] passwordBytes = Encoding.UTF8.GetBytes("passwo…
-
RecipesAtHome appears to be using C's standard library for random number generation, which is sketchy for a couple of reasons:
* the underlying implementation could be arbitrarily bad. it's almost ce…
notwa updated
3 years ago
-
**Is your feature request related to a problem? Please describe.**
Currently, we use `std::rand` and `std::srand`. There is a superior solution, to use a `std::rng_engine` and `std::something_distr…
-
Hi, I've hit a problem trying to use `pyttsx3` for speech synthesis on Mac OSX Sonoma 14.2
I can get the say function to run ok, but when I try the `engine.save_to_file()` method, this crashes on `…
-
I want to implement a [LCG](https://en.wikipedia.org/wiki/Linear_congruential_generator) with 3 or 4 bytes of state. I found a [whitepaper](https://citeseerx.ist.psu.edu/viewdoc/download;jsessionid=8…
-
This is essentially the same issue that Project 64 has, as pointed out here https://github.com/project64/project64/issues/1290 But it only occurs in PJ64 with Fixed Audio Timing.
I've tested mupen6…
-
I'm building a system using `flax.nnx` and `orbax.checkpointing`. However, it is overly complicated on how to save and restore models due to the new `jax.random.key()` being used in `flax.nnx` rather …