modeci_mdf.functions.onnx.randomuniform

modeci_mdf.functions.onnx.randomuniform(*args, **kwargs)

Generate a tensor with random values drawn from a uniform distribution. The shape of the tensor is specified by the shape argument and the range by low and high.

The data type is specified by the ‘dtype’ argument. The ‘dtype’ argument must be one of the data types specified in the ‘DataType’ enum field in the TensorProto message.