OpenCores

Random Number Generator Library

Project maintainers

Details

Name: rng_lib
Created: Sep 2, 2004
Updated: Jan 14, 2016
SVN Updated: Jan 14, 2016
SVN: Browse
Latest version: download (might take a bit to start...)
Statistics: View
Bugs: 1 reported / 1 solved
Star6you like it: star it!

Other project properties

Category:Library
Language:VHDL
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.