I created a simple 4-bit random number generator. I use a 4-bit adder cycle through the numbers from 0-15 and use 4 Data Latches and 4 3-state buffers to output the adder when the enable signal is on. This is my first attempt.