Von Neumann Extractor - Which bit is retained?Is just a bit of random, “fully random”?Estimating random number entropy for input into 256 bit hashCSPRNG that cannot be used as random extractorReusing same source for single-source randomness extractorSecure entropy extractor for thermal noise collected from camera input?Fuzzy Extractor: Order of elements in setFuzzy Extractor constructor for sequence reconciliationFuzzy Extractor for Binary SequenceEntropy Rate of Bit StringProving von Neumann extractor correct

Why is the underscore command _ useful?

Retract an already submitted recommendation letter (written for an undergrad student)

Negative Resistance

How bug prioritization works in agile projects vs non agile

Where was the County of Thurn und Taxis located?

What does "function" actually mean in music?

Is there really no use for MD5 anymore?

Crossed out red box fitting tightly around image

A strange hotel

Can I criticise the more senior developers around me for not writing clean code?

How much cash can I safely carry into the USA and avoid civil forfeiture?

What to do with someone that cheated their way through university and a PhD program?

Combinatorics problem, right solution?

Why do distances seem to matter in the Foundation world?

Check if a string is entirely made of the same substring

Why doesn't the standard consider a template constructor as a copy constructor?

Could moose/elk survive in the Amazon forest?

Why must Chinese maps be obfuscated?

Can a stored procedure reference the database in which it is stored?

How do I produce this Greek letter koppa: Ϟ in pdfLaTeX?

Is Diceware more secure than a long passphrase?

How much of a wave function must reside inside event horizon for it to be consumed by the black hole?

Extracting Dirichlet series coefficients

Was Dennis Ritchie being too modest in this quote about C and Pascal?



Von Neumann Extractor - Which bit is retained?


Is just a bit of random, “fully random”?Estimating random number entropy for input into 256 bit hashCSPRNG that cannot be used as random extractorReusing same source for single-source randomness extractorSecure entropy extractor for thermal noise collected from camera input?Fuzzy Extractor: Order of elements in setFuzzy Extractor constructor for sequence reconciliationFuzzy Extractor for Binary SequenceEntropy Rate of Bit StringProving von Neumann extractor correct













2












$begingroup$


Which bit is retained in the Von Neumann debiasing algorithm? 00 and 11 are discarded and 10, 01 are retained but is the first or the second bit retained or does it matter?



In other words:



first: 10 -> 1 , 01 -> 0



second: 10 -> 0 , 01 -> 1



Original Paper (appears to be first but could be interpreted either way):



https://dornsifecms.usc.edu/assets/sites/520/docs/VonNeumann-ams12p36-38.pdf



Examples (first digit accept):



https://en.wikipedia.org/wiki/Hardware_random_number_generator#Software_whitening



https://en.wikipedia.org/wiki/Randomness_extractor



http://pit-claudel.fr/clement/blog/generating-uniformly-random-data-from-skewed-input-biased-coins-loaded-dice-skew-correction-and-the-von-neumann-extractor/#more-410



https://people.seas.harvard.edu/~salil/pseudorandomness/extractors.pdf



Examples (second digit accept):



https://www.researchgate.net/publication/38359648_Iterating_Von_Neumann's_Procedure_for_Extracting_Random_Bits



https://www.esat.kuleuven.be/cosic/publications/article-2628.pdf



Examples of the second are present in papers regarding an Iterated Von Neumann algorithm.










share|improve this question







New contributor




bitblt is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.







$endgroup$







  • 1




    $begingroup$
    Does it matter? Hint: Write down the assumptions, and compute from the assumptions the probability distributions of the outcomes of both alternatives.
    $endgroup$
    – Squeamish Ossifrage
    1 hour ago
















2












$begingroup$


Which bit is retained in the Von Neumann debiasing algorithm? 00 and 11 are discarded and 10, 01 are retained but is the first or the second bit retained or does it matter?



In other words:



first: 10 -> 1 , 01 -> 0



second: 10 -> 0 , 01 -> 1



Original Paper (appears to be first but could be interpreted either way):



https://dornsifecms.usc.edu/assets/sites/520/docs/VonNeumann-ams12p36-38.pdf



Examples (first digit accept):



https://en.wikipedia.org/wiki/Hardware_random_number_generator#Software_whitening



https://en.wikipedia.org/wiki/Randomness_extractor



http://pit-claudel.fr/clement/blog/generating-uniformly-random-data-from-skewed-input-biased-coins-loaded-dice-skew-correction-and-the-von-neumann-extractor/#more-410



https://people.seas.harvard.edu/~salil/pseudorandomness/extractors.pdf



Examples (second digit accept):



https://www.researchgate.net/publication/38359648_Iterating_Von_Neumann's_Procedure_for_Extracting_Random_Bits



https://www.esat.kuleuven.be/cosic/publications/article-2628.pdf



Examples of the second are present in papers regarding an Iterated Von Neumann algorithm.










share|improve this question







New contributor




bitblt is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.







$endgroup$







  • 1




    $begingroup$
    Does it matter? Hint: Write down the assumptions, and compute from the assumptions the probability distributions of the outcomes of both alternatives.
    $endgroup$
    – Squeamish Ossifrage
    1 hour ago














2












2








2





$begingroup$


Which bit is retained in the Von Neumann debiasing algorithm? 00 and 11 are discarded and 10, 01 are retained but is the first or the second bit retained or does it matter?



In other words:



first: 10 -> 1 , 01 -> 0



second: 10 -> 0 , 01 -> 1



Original Paper (appears to be first but could be interpreted either way):



https://dornsifecms.usc.edu/assets/sites/520/docs/VonNeumann-ams12p36-38.pdf



Examples (first digit accept):



https://en.wikipedia.org/wiki/Hardware_random_number_generator#Software_whitening



https://en.wikipedia.org/wiki/Randomness_extractor



http://pit-claudel.fr/clement/blog/generating-uniformly-random-data-from-skewed-input-biased-coins-loaded-dice-skew-correction-and-the-von-neumann-extractor/#more-410



https://people.seas.harvard.edu/~salil/pseudorandomness/extractors.pdf



Examples (second digit accept):



https://www.researchgate.net/publication/38359648_Iterating_Von_Neumann's_Procedure_for_Extracting_Random_Bits



https://www.esat.kuleuven.be/cosic/publications/article-2628.pdf



Examples of the second are present in papers regarding an Iterated Von Neumann algorithm.










share|improve this question







New contributor




bitblt is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.







$endgroup$




Which bit is retained in the Von Neumann debiasing algorithm? 00 and 11 are discarded and 10, 01 are retained but is the first or the second bit retained or does it matter?



In other words:



first: 10 -> 1 , 01 -> 0



second: 10 -> 0 , 01 -> 1



Original Paper (appears to be first but could be interpreted either way):



https://dornsifecms.usc.edu/assets/sites/520/docs/VonNeumann-ams12p36-38.pdf



Examples (first digit accept):



https://en.wikipedia.org/wiki/Hardware_random_number_generator#Software_whitening



https://en.wikipedia.org/wiki/Randomness_extractor



http://pit-claudel.fr/clement/blog/generating-uniformly-random-data-from-skewed-input-biased-coins-loaded-dice-skew-correction-and-the-von-neumann-extractor/#more-410



https://people.seas.harvard.edu/~salil/pseudorandomness/extractors.pdf



Examples (second digit accept):



https://www.researchgate.net/publication/38359648_Iterating_Von_Neumann's_Procedure_for_Extracting_Random_Bits



https://www.esat.kuleuven.be/cosic/publications/article-2628.pdf



Examples of the second are present in papers regarding an Iterated Von Neumann algorithm.







randomness entropy






share|improve this question







New contributor




bitblt is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question







New contributor




bitblt is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question






New contributor




bitblt is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 2 hours ago









bitbltbitblt

133




133




New contributor




bitblt is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





bitblt is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






bitblt is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.







  • 1




    $begingroup$
    Does it matter? Hint: Write down the assumptions, and compute from the assumptions the probability distributions of the outcomes of both alternatives.
    $endgroup$
    – Squeamish Ossifrage
    1 hour ago













  • 1




    $begingroup$
    Does it matter? Hint: Write down the assumptions, and compute from the assumptions the probability distributions of the outcomes of both alternatives.
    $endgroup$
    – Squeamish Ossifrage
    1 hour ago








1




1




$begingroup$
Does it matter? Hint: Write down the assumptions, and compute from the assumptions the probability distributions of the outcomes of both alternatives.
$endgroup$
– Squeamish Ossifrage
1 hour ago





$begingroup$
Does it matter? Hint: Write down the assumptions, and compute from the assumptions the probability distributions of the outcomes of both alternatives.
$endgroup$
– Squeamish Ossifrage
1 hour ago











1 Answer
1






active

oldest

votes


















3












$begingroup$

It doesn't matter at all, since both $01$ and $10$ have the same probability $p(1-p).$






share|improve this answer









$endgroup$








  • 1




    $begingroup$
    Furthermore, using the second bit instead of the first (or vice versa) just has the effect of inverting the output. And a uniformly random bitstream is still uniform even if inverted.
    $endgroup$
    – Ilmari Karonen
    1 hour ago











Your Answer








StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "281"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);






bitblt is a new contributor. Be nice, and check out our Code of Conduct.









draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fcrypto.stackexchange.com%2fquestions%2f70059%2fvon-neumann-extractor-which-bit-is-retained%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









3












$begingroup$

It doesn't matter at all, since both $01$ and $10$ have the same probability $p(1-p).$






share|improve this answer









$endgroup$








  • 1




    $begingroup$
    Furthermore, using the second bit instead of the first (or vice versa) just has the effect of inverting the output. And a uniformly random bitstream is still uniform even if inverted.
    $endgroup$
    – Ilmari Karonen
    1 hour ago















3












$begingroup$

It doesn't matter at all, since both $01$ and $10$ have the same probability $p(1-p).$






share|improve this answer









$endgroup$








  • 1




    $begingroup$
    Furthermore, using the second bit instead of the first (or vice versa) just has the effect of inverting the output. And a uniformly random bitstream is still uniform even if inverted.
    $endgroup$
    – Ilmari Karonen
    1 hour ago













3












3








3





$begingroup$

It doesn't matter at all, since both $01$ and $10$ have the same probability $p(1-p).$






share|improve this answer









$endgroup$



It doesn't matter at all, since both $01$ and $10$ have the same probability $p(1-p).$







share|improve this answer












share|improve this answer



share|improve this answer










answered 1 hour ago









kodlukodlu

9,45111332




9,45111332







  • 1




    $begingroup$
    Furthermore, using the second bit instead of the first (or vice versa) just has the effect of inverting the output. And a uniformly random bitstream is still uniform even if inverted.
    $endgroup$
    – Ilmari Karonen
    1 hour ago












  • 1




    $begingroup$
    Furthermore, using the second bit instead of the first (or vice versa) just has the effect of inverting the output. And a uniformly random bitstream is still uniform even if inverted.
    $endgroup$
    – Ilmari Karonen
    1 hour ago







1




1




$begingroup$
Furthermore, using the second bit instead of the first (or vice versa) just has the effect of inverting the output. And a uniformly random bitstream is still uniform even if inverted.
$endgroup$
– Ilmari Karonen
1 hour ago




$begingroup$
Furthermore, using the second bit instead of the first (or vice versa) just has the effect of inverting the output. And a uniformly random bitstream is still uniform even if inverted.
$endgroup$
– Ilmari Karonen
1 hour ago










bitblt is a new contributor. Be nice, and check out our Code of Conduct.









draft saved

draft discarded


















bitblt is a new contributor. Be nice, and check out our Code of Conduct.












bitblt is a new contributor. Be nice, and check out our Code of Conduct.











bitblt is a new contributor. Be nice, and check out our Code of Conduct.














Thanks for contributing an answer to Cryptography Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

Use MathJax to format equations. MathJax reference.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fcrypto.stackexchange.com%2fquestions%2f70059%2fvon-neumann-extractor-which-bit-is-retained%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Are there any AGPL-style licences that require source code modifications to be public? Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?Force derivative works to be publicAre there any GPL like licenses for Apple App Store?Do you violate the GPL if you provide source code that cannot be compiled?GPL - is it distribution to use libraries in an appliance loaned to customers?Distributing App for free which uses GPL'ed codeModifications of server software under GPL, with web/CLI interfaceDoes using an AGPLv3-licensed library prevent me from dual-licensing my own source code?Can I publish only select code under GPLv3 from a private project?Is there published precedent regarding the scope of covered work that uses AGPL software?If MIT licensed code links to GPL licensed code what should be the license of the resulting binary program?If I use a public API endpoint that has its source code licensed under AGPL in my app, do I need to disclose my source?

2013 GY136 Descoberta | Órbita | Referências Menu de navegação«List Of Centaurs and Scattered-Disk Objects»«List of Known Trans-Neptunian Objects»

Button changing it's text & action. Good or terrible? The 2019 Stack Overflow Developer Survey Results Are Inchanging text on user mouseoverShould certain functions be “hard to find” for powerusers to discover?Custom liking function - do I need user login?Using different checkbox style for different checkbox behaviorBest Practices: Save and Exit in Software UIInteraction with remote validated formMore efficient UI to progress the user through a complicated process?Designing a popup notice for a gameShould bulk-editing functions be hidden until a table row is selected, or is there a better solution?Is it bad practice to disable (replace) the context menu?