Live data from Hacker News

Viewing profile — logos001

logos001

HN member
Joined
Thu, Mar 10, 2022, 9:44 PM UTC
HN karma
3
Public activity
4 items

About logos001

No profile information was provided.

Recent public activity

  1. comment
    Comment #30633026

    If performance is not as critical, I would probably pick AES or Chacha any day over those. Furthermore they make parallelizable reproducible streams trivial.

  2. comment
    Comment #30632980

    Yes the usual war between xoroshiro and pcg haters/lovers. You could also take the opposite takeaway: don't use any of those, stay on the Mersenne-Twister (the modern variants are …

  3. comment
    Comment #30632937

    This is an interesting paper, but it has been posted to hacker news in 2020 already: https://news.ycombinator.com/item?id=25166095 I had written about it around that time on my blo…

  4. comment
    Comment #30632908

    I suppose the question is do you really need to get rid of the Mersenne-Twister? Most of the modern variants are good enough for most practical purposes. https://chasethedevil.gith…