Sample from a logistic distribution with location 0 and scale 1.
Uses inverse transform sampling: x = log(u) - log(1-u).
x = log(u) - log(1-u)
Sample from a logistic distribution with location 0 and scale 1.
Uses inverse transform sampling:
x = log(u) - log(1-u).