Generates a list of random numbers between -1.5 and +1.5 then loops through the list with each function.
Functions that uses branches should have more variance in speed since they can potentially exit early.
Functions that use arithmetic should have little to no variance but do more computation.
Comparing performance of:Early Return vs Compute Offset in Array vs Math Min and Max Functions vs Ternary Operators vs If...else vs Pure Arithmetic