English

FPGA Random Number Generator

Hardware Architecture 2022-09-12 v1 Cryptography and Security

Abstract

Random number generation is a key technology that is useful in a variety of ways. Random numbers are often used to generate keys for data encryption. Random numbers generated at a sufficiently long length can encrypt sensitive data and make it difficult for another computer or person to decrypt the data. Other uses for random numbers include statistical sampling, search/sort algorithms, gaming, and gambling. Due to the wide array of applications for random numbers, it would be useful to create a method of generating random numbers reliably directly in hardware to generate a ready supply of a random number for whatever the end application may be. This paper offers a proof-of-concept for creating a verilog-based hardware design that utilizes random measurement and scrambling algorithms to generate 32-bit random synchronously with a single clock cycle on a field-programmable-gate-array(FPGA).

Keywords

Cite

@article{arxiv.2209.04423,
  title  = {FPGA Random Number Generator},
  author = {Jacob Hammond},
  journal= {arXiv preprint arXiv:2209.04423},
  year   = {2022}
}

Comments

17 pages