MCPcopy Create free account
hub / github.com/dhale/jtk / random

Method random

core/src/main/java/edu/mines/jtk/lapack/DMatrix.java:883–887  ·  view source on GitHub ↗

Returns a new matrix with random elements. The distribution of the random numbers is uniform in the interval [0,1). @param m the number of rows. @param n the number of columns. @return the random matrix.

(int m, int n)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

randMethod · 0.80

Tested by

no test coverage detected