numpy.random.rand() en Python
La función numpy.random.rand() crea una array de forma específica y la llena con valores aleatorios. Sintaxis: numpy.random.rand(d0, d1, …, dn) Parámetros: d0, d1, …, dn : [int, optional]Dimension of the returned array we require, If no argument is given a single Python float is returned. Devolver : Array of defined shape, filled with random values. … Continue reading «numpy.random.rand() en Python»