sampleInto

open fun sampleInto(values: DoubleArray)(source)

Fills the supplied array with randomly generated values

Parameters

values

the array to fill


open fun sampleInto(matrix: Array<DoubleArray>)(source)

Fills the supplied matrix with randomly generated values

Parameters

matrix

the matrix to fill