Increasing precision of uniform pseudorandom number generators
Vadim Demchik, Alexey Gulov

TL;DR
This paper introduces a method to enhance the precision of uniform pseudorandom number generators by combining lower-precision outputs, especially benefiting GPU computations where precision performance varies.
Contribution
The paper presents a novel general approach for extending pseudorandom number precision by combining two lower-precision generators, optimizing GPU performance.
Findings
Method effectively increases pseudorandom number precision
Applicable to GPU environments with varying precision performance
Improves uniformity and quality of generated numbers
Abstract
A general method to produce uniformly distributed pseudorandom numbers with extended precision by combining two pseudorandom numbers with lower precision is proposed. In particular, this method can be used for pseudorandom number generation with extended precision on graphics processing units (GPU), where the performance of single and double precision operations can vary significantly.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsChaos-based Image/Signal Encryption · Cryptographic Implementations and Security · Numerical Methods and Algorithms
