hotshotgg

导航

2024年7月28日 #

range\randow.randit\random.randint\random.rand\numpy.transpose\matplotlib.plot\matplotlib.hist 方法的使用

摘要: # numpy and matplotlib imported, seed set # Simulate random walk 500 times all_walks = [] for i in range(500) : random_walk = [0] for x in range(100) 阅读全文

posted @ 2024-07-28 22:55 hotshotgg 阅读(2) 评论(0) 推荐(0) 编辑