Random sampling (numpy.random)

Random sampling (numpy.random)

Simple random data

rand(d0, d1, ..., dn) Random values in a given shape.
randn(d0, d1, ..., dn) Return a sample (or samples) from the “standard normal” distribution.
randint(low[, high, size]) Return random integers from low (inclusive) to high登录查看完整内容