sampleInto

open fun sampleInto(values: DoubleArray)

Fills the supplied array with randomly generated values

Parameters

values

the array to fill


open fun sampleInto(matrix: Array<DoubleArray>)

Fills the supplied matrix with randomly generated values

Parameters

matrix

the matrix to fill