标签:turned oat cut frame logs and returns top des
Random values in a given shape.
Create an array of the given shape and populate it with random samples from a uniform distribution over [0, 1).
Parameters: |
d0, d1, ..., dn : int, optional
|
---|---|
Returns: |
out : ndarray, shape (d0, d1, ..., dn)
|
import numpy as np np.random.rand(n,m)
标签:turned oat cut frame logs and returns top des
原文地址:http://www.cnblogs.com/KennyRom/p/6607799.html