paper-with-me

홈 › Papers

Pseudo Random Number Generation: a Reinforcement Learning approach

2019-12-15 · Luca Pasqualini, Maurizio Parton

Pseudo-Random Numbers Generators (PRNGs) are algorithms produced to generate long sequences of statistically uncorrelated numbers, i.e. Pseudo-Random Numbers (PRNs). These numbers are widely employed in mid-level cryptography and in software applications. Test suites are used to evaluate PRNGs quality by checking statistical properties of the generated sequences. Machine learning techniques are often used to break these generators, for instance approximating a certain generator or a certain sequence using a neural network. But what about using machine learning to generate PRNs generators? This paper proposes a Reinforcement Learning (RL) approach to the task of generating PRNGs from scratch by learning a policy to solve an N-dimensional navigation problem. In this context, N is the length of the period of the generated sequence, and the policy is iteratively improved using the average value of an appropriate test suite run over that period. Aim of this work is to demonstrate the feasibility of the proposed approach, to compare it with classical methods, and to lay the foundation of a research path which combines RL and PRNGs.

📄 PDF Abstract BibTeX arXiv:1912.11531

Code (2)

InsaneMonster/pasqualini2019prngrl 공식 구현 tf
InsaneMonster/pasqualini2020prngrl tf

Tasks

BIG-bench Machine Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

Pseudo Random Number Generation through Reinforcement Learning and Recurrent Neural Networks

2020-10-31 · Luca Pasqualini, Maurizio Parton

A Pseudo-Random Number Generator (PRNG) is any algorithm generating a sequence of numbers approximating properties of random numbers. These numbers are widely employed in mid-level cryptography and in software applicatio…

reinforcement-learningReinforcement Learning (RL)

Transformers in Pseudo-Random Number Generation: A Dual Perspective on Theory and Practice

2025-08-02 · Ran Li, Lingshu Zeng arxiv

Pseudo-random number generators (PRNGs) are high-nonlinear processes, and they are key blocks in optimization of Large language models. Transformers excel at processing complex nonlinear relationships. Thus it is reasona…

Pseudo-Random Number Generation using Generative Adversarial Networks

2018-09-30 · Marcello De Bernardi, MHR Khouzani, Pasquale Malacaria

Pseudo-random number generators (PRNG) are a fundamental element of many security algorithms. We introduce a novel approach to their implementation, by proposing the use of generative adversarial networks (GAN) to train …

English WordNet Random Walk Pseudo-Corpora

2020-05-01 · LREC 2020 5 · Filip Klubi{\v{c}}ka, Alfredo Maldonado, Abhijit Mahalunkar, John Kelleher

This is a resource description paper that describes the creation and properties of a set of pseudo-corpora generated artificially from a random walk over the English WordNet taxonomy. Our WordNet taxonomic random walk im…

Word Embeddings

Pseudorandom Error-Correcting Codes

2024-02-14 · Miranda Christ, Sam Gunn

We construct pseudorandom error-correcting codes (or simply pseudorandom codes), which are error-correcting codes with the property that any polynomial number of codewords are pseudorandom to any computationally-bounded …