uniformSample

Creates a tensor that will contain different randomly generated data each time it is evaluated.

All elements in the tensor will be drawn from uniformly from the interval (0, 1]

uniformSample
(
size_t[] shape
,
string mod = __MODULE__
,
size_t line = __LINE__
)

Parameters

shape
Type: size_t[]

The shape of the random tensor

Meta