Uniform#

Signature#

uniform(array_shape, partition_shape, min_value, max_value) Field#

Return an array with values drawn from the uniform distribution.

Parameters:
  • array_shape (Shape) – Shape of the array

  • partition_shape (Shape) – Shape of the partitions

  • min_value (Field) – Minimum value of the distribution (value, scalar)

  • max_value (Field) – Maximum value of the distribution (value, scalar)

Returns:

New array

uniform(array_shape, min_value, max_value) Field

Overload of uniform(). A default partition shape will be used.

Description#

TODO

No-data handling#

TODO

Example#

/* TODO */
// TODO
// TODO
# TODO