random_number returns samples from a uniform distribution. Here’s a “naive” implementation of random sampling from a normal distribution:
I say “naive” because it appears to work but statistics are not my strong suit.
random_number returns samples from a uniform distribution. Here’s a “naive” implementation of random sampling from a normal distribution:
I say “naive” because it appears to work but statistics are not my strong suit.