cupy.random.uniform¶
-
cupy.random.uniform(low=0.0, high=1.0, size=None, dtype=<class 'float'>)[source]¶ Returns an array of uniformly-distributed samples over an interval.
Samples are drawn from a uniform distribution over the half-open interval
[low, high).Parameters: Returns: Samples drawn from the uniform distribution.
Return type: See also
numpy.random.uniform