I am generating binary outcomes using Math.random().
Using the string of outcomes, I am calculating the z-score and I was wondering if there was a way to determine the z-score that will result from using the Math.random() function.
This should not change the success rate, just how the outcomes are distributed.
I am wondering how I would even go about doing this.