SC20 Proceedings

The International Conference for High Performance Computing, Networking, Storage, and Analysis

Resource-Efficient FPGA Pseudorandom Number Generation


Authors: Husrev Cilasun (University of Minnesota) and Ivy Peng and Maya Gokhale (Lawrence Livermore National Laboratory)

Abstract: Probability distributions play a critical role in diverse application domains. In simulations, probability distributions model phenomena such as physical properties of materials, of processes, or of behaviors. For instance, molecular dynamics codes often utilize the Maxwell-Boltzmann distribution for modeling temperature. Software-based random number generation usually employs rejection-based approaches. Thus, sample generation is not guaranteed at each iteration. Many applications can be parallelized in hardware for acceleration purposes, yet rejection-based software methods do not fit well into FPGA fabric due to the complexity of exception circuitry. We introduce a resource-efficient hardware pseudorandom number generator (RNG) and two optimizations: alias table partitioning and adaptive threshold resolution. The first technique separates a target distribution into multiple sub-ranges and facilitates local optimizations in each sub-range to improve overall resource utilization. The second technique adjusts bit size for representing threshold values to the precision of the underlying partition.

Best Poster Finalist (BP): no

Poster: PDF
Poster summary: PDF


Back to Poster Archive Listing