Let's say we have a
#random #math #statistics
random(x) function that returns a number from [0; x). What'll happen if we run random(random(x))? And random(random(random(x)))?#random #math #statistics