Random Number Generator Library
Details
Created: Sep 02, 2004
Updated: Jan 27, 2020
Language: VHDL
Other project properties
Development Status: Stable
Additional info: Design done, Specification done
WishBone compliant: No
WishBone version: n/a
License: GPL
Description
This library has functions for generating good quality random numbers in a VHDL testbench environment. The functions will NOT synthesize.
Features
- Based on a combination of 3 Tausworthe generators.
- Distributions:
- Uniform (continous)
- Gaussian (continous)
- Exponential (continous)
- For use in test benches
Status
- Version 1.0 released.