rand method

List rand(
  1. List shape
)

Implementation

List rand(List shape) => DartTensor().random.rand(shape);