-
Tracking issue for:
- [ ] https://github.com/dinxsh/sanity/security/code-scanning/1
-
Currently IDs uses randomness to generate stream IDs. If using pool it should never be a issue. But this should be looked into and see if it can be done better.
-
Now that we can play with hot modification, I've noticed a behaviour of the random sequence that may need revisiting later. When we change the parameter of the visualizer or delete but replace a para…
-
I am using wasmtime-py to create a fully deterministic sandbox (for reproducible build purposes) for a toolchain. The toolchain uses `rand()` or similar for Monte Carlo method computations, which AFAI…
-
In your code, the .npz file is used to preserve the sampled results, but I think a better way is to preserve the mean and standard deviation, and then resample each time to ensure randomness.
-
Looking at the output from one bg4sim, I was kind of worried because of the regularity(?) of the file size:
``` bash
-rwxrwxr-x. 1 nam nam 1269 Sep 5 00:56 sim_GeCal_Si16p_target_34cm_run1_7.txt.…
thnam updated
10 years ago
-
Many lock-free implementations use some randomness as an easy way to load balance without coordination. This may be a source of nondeterminism and DSCheck does not like it. For example, say we have a …
-
**What are you trying to achieve?**
OpenTelemetry has pending tracing specification work, #4162 and #4166. These specification documents do not provide any detail for vendors with existing sampling…
jmacd updated
3 weeks ago
-
# Spike: Verify Chainlink VRF Compatibility on Galadriel Devnet
**Ticket ID:** SP-15
**Type:** Spike
**Priority:** High
**Assignee:** [fakename]
## Objective
Investigate and document t…
-
This creates a random number from spinning a 512 Web Workers and sends messages to them in parallel.
### Sources of entropy
1. There are 512 workers that run in parallel, each worker is a thread, …