TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Purifying spoiled randomness with spoiled randomness

35 pointsby schrototoalmost 10 years ago

4 comments

gizmo686almost 10 years ago
I haven't read either of the papers yet, but can anyone comment on what makes it difficult to output multiple bits. Naively, couldn't you gather weak random data from the two sources, get a single bit, then gather more weak data, and run the extractor again to get a second bit?
评论 #10069790 未加载
fenomasalmost 10 years ago
Can someone in the know post a conceptual description of roughly what&#x27;s going on here?<p>The last time I read up on randomness, I was given to believe that it&#x27;s not really an observable quantity - that is, a sequence of numbers is random only to the extent that nobody&#x27;s found a pattern in them yet, and as such, the most rigorous way we have of testing strong RNGs is to run them through a battery of test for the sorts of patterns that are known to show up in weak RNGs. But that sounds far-removed from the situation the article describes, where this or that generator can be proven to be perfect or imperfect.<p>Is this the gap between theoretical analysis and real-world implementations, or am I misunderstanding something more fundamental?
评论 #10068270 未加载
PaulAJalmost 10 years ago
I thought that entropy solved this problem: your &quot;weakly&quot; random numbers from the thermometer might have, say, 1.3 bits of entropy for every reading. So you assemble 100 readings and that gives you 130 bits of randomness, which you extract by putting your 100 readings through a cryptographic hash algorithm that outputs 130 bits.<p>Presumably I&#x27;m missing something. Can someone tell me what it is?
评论 #10068645 未加载
评论 #10069835 未加载
评论 #10068981 未加载
ademarrealmost 10 years ago
How far away are we from using this practically? e.g. &#x2F;dev&#x2F;random