This is a graph simulating the previously depicted 3x+1 problem. It works on a number with these simple rules: 1: if the number is even, it divides it by 2. 2: If the number is odd, it multiplies it by 3 and adds 1. The number is run through that ruleset until it reaches a loop. I have simulated the problem in a graph form to show the amount of iterations a number has from its original form to a loop of 4-2-1. I hope this properly illustrates the true randomness of this problem.
I made this all by myself, but Veritasium (on youtube) inspired me to make this when I watched his video about this problem: - https://www.youtube.com/watch?v=094y1Z2wpJg Please run this on turbowarp for larger densities!!! - https://turbowarp.org/1327709056