randn not working

I am trying to use rand and randn functionality from the Mojo library https://docs.modular.com/mojo/stdlib/random/random.html#randn

rand works fine, but when trying to import randn I get:
error: package 'random' does not contain 'randn'

(e.g. "from random import rand, randn" does not work)

Any ideas how to fix that or what I did wrong?
Was this page helpful?