-
This is an issue to request (and track progress on) enforcement of linearity (in the sense of [linear types](https://en.wikipedia.org/wiki/Substructural_type_system#Linear_type_systems)) for PRNG keys…
-
# Discovered Weaknesses
## Insufficient entropy
In the following code snippet, `item` is set to the character code of the first character in `key`. As used for the protection of the audio API, `ke…
-
getting the following error at line 232:
Traceback (most recent call last):
File "spca.py", line 412, in
main()
File "spca.py", line 408, in main
check_result()
File "spca.py", line 33…
-
Many uses cases require for a process to be somewhat stochastic without requiring a particularly good source of entropy in the cryptographic sense of the word.
This issue serves to investigate poss…
-
Pseudo random numbers can be generated quickly, when you need a lot of them. May be useful for Procedural generation or Monte Carlo simulation.
### haskell/random
#### High level
- [ ] [Ran…
-
**Describe the Software Vulnerability**
There is an unsafe use of the Random() class in BattleView.java (line 247).
This issue if left unfixed can allow an user of the application/game to cheat at…
-
**Use_of_Cryptographically_Weak_PRNG** issue exists @ **vulnerable/sql.go** in branch **master**
*Method PrepareSQLDB at line 52 of vulnerable\sql.go uses a weak method Intn to produce random value…
-
### Zig Version
0.13.0
### Steps to Reproduce and Observed Behavior
I was messing around trying to get a `noreturn` value to inhabit by forcibly reading off a non-active union tag. My thought…
-
Handling parameters in JAX can get annoying, but what really concerns me even more is handling PRNG keys. JAX has a done a lot of great work to build a very strong PRNG system, but unfortunately split…
-
To avoid duplication of work, let's track work we've done to make PRNG libraries compatible with the `interface-to-performance` branch here.
Feel free to edit this description directly.
---
`…