开发者社区 问答 正文

np.random函数的方法有那些?

np.random函数的方法有那些?

展开
收起
游客mm5dulkpivqdo 2021-11-30 19:34:52 493 分享 版权
1 条回答
写回答
取消 提交回答
    1. randint方法
    2. random_integers方法
    3. randn方法
    4. random方法
    5. rand方法
    6. choice方法
    7. shuffle方法
    8. permutation方法
    9. seed方法
    10. RandomState方法
    11. uniform方法
    12. 等同于random的方法
    13. normal方法
    2021-11-30 21:07:17
    赞同 展开评论
问答地址: