Hacker News new | ask | show | jobs
by eru 2475 days ago
You are a wasting a lot of random bits this way, don't you?
2 comments

Not if you already have 2^n bits at hand. In fact, if you have 2^n bits of entropy, popcount is probably more efficient than generating n more bits randomly.
Sure, but generating random bits is fast with e.g. AES-NI, RdRand or a software implementation of e.g. ChaCha.