Viewing profile — tczajka
tczajka
HN member- Joined
- Sat, Nov 25, 2023, 1:01 PM UTC
- HN karma
- 44
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About tczajka
No profile information was provided.
Recent public activity
-
comment
Comment #38422117
As alright2565 already mentioned, sticking rand() in there doesn't add any benefit over a key + counter. Without rand() it would be something like SHA3-CTR -- it's not standardized…
-
comment
Comment #38422032
Isn't it also similarly conceivable that if you write a predictable PRNG sequence such the outputs of Mersenne Twister you could also potentially extract patterns? Mersenne Twister…
-
comment
Comment #38421997
If this is sufficient, then this matches what I said in the article. I wrote that if you don't care about what numbers you get, don't bother with xoroshiro or Mersenne Twister, jus…
-
comment
Comment #38417096
If a predictable PRNG is sufficient for wiping disks, why do we care that the data is random at all? How about writing 0, 1, 2, ..., 255, 0, 1, 2, ... to consecutive bytes? Or -- g…
-
comment
Comment #38416120
I can just about believe that this kind of scenario might be a very rare exception where the performance difference is relevant and you might want to do something else. Still, colo…
-
comment
Comment #38416061
It's not true that I cherry-picked a slow PRNG for my 7 GB/s number. In fact I selected the second-fastest PRNG on that page (because it's popular)! The fastest one is 8 GB/s. PCG3…
- story