Y
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
adtac
2475 days ago
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.
link
JoachimSchipper
2475 days ago
Sure, but generating random bits is fast with e.g. AES-NI, RdRand or a software implementation of e.g. ChaCha.
link