Implementation of randn function from numpy, uses the built in gaussian distribution from the java random class. @param rows How many rows the array should have. @param cols How many columns the array should have. @return The newly created gaussian distributed array.
(int rows, int cols)
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected