86 87 88
# File 'lib/kmat/random.rb', line 86 module_function def randn(*args) Random.randn(*args) end