(size=None) function parameters
((100, 50))
The above represents the random floating point number generated with 100 rows and 50 columns, the floating point number range: (0,1)
It is worth noting that
([100, 50])
The effect is the same
(size=None) function parameters
((100, 50))
The above represents the random floating point number generated with 100 rows and 50 columns, the floating point number range: (0,1)
It is worth noting that
([100, 50])
The effect is the same