Cellular automata-based parallel random number generators using FPGAs

  • Authors:
  • David H. K. Hoe;Jonathan M. Comer;Juan C. Cerda;Chris D. Martinez;Mukul V. Shirvaikar

  • Affiliations:
  • Department of Electrical Engineering, The University of Texas at Tyler, TX;Department of Electrical Engineering, The University of Texas at Tyler, TX;Department of Electrical Engineering, The University of Texas at Tyler, TX;Department of Electrical Engineering, The University of Texas at Tyler, TX;Department of Electrical Engineering, The University of Texas at Tyler, TX

  • Venue:
  • International Journal of Reconfigurable Computing
  • Year:
  • 2012

Quantified Score

Hi-index 0.00

Visualization

Abstract

Cellular computing represents a new paradigmfor implementing high-speed massively parallel machines. Cellular automata (CA), which consist of an array of locally connected processing elements, are a basic formof a cellular-based architecture. The use of field programmable gate arrays (FPGAs) for implementing CA accelerators has shown promising results. This paper investigates the design of CA-based pseudo-random number generators (PRNGs) using an FPGA platform. To improve the quality of the random numbers that are generated, the basic CA structure is enhanced in two ways. First, the addition of a superrule to each CA cell is considered. The resulting self-programmable CA (SPCA) uses the superrule to determine when to make a dynamic rule change in each CA cell. The superrule takes its inputs from neighboring cells and can be considered itself a second CA working in parallel with the main CA. When implemented on an FPGA, the use of lookup tables in each logic cell removes any restrictions on how the super-rules should be defined. Second, a hybrid configuration is formed by combining a CA with a linear feedback shift register (LFSR). This is advantageous for FPGA designs due to the compactness of the LFSR implementations. A standard software package for statistically evaluating the quality of random number sequences known as Diehard is used to validate the results. Both the SPCA and the hybrid CA/LFSR were found to pass all the Diehard tests.