Python-matplotlib隨機漫步

from random import choice class RandomWalk: def __init__(self, num_points=1000): # 隨機漫步的最大距離 self.num_poimts = num_points # 隨機漫步的'腳步' self.x = [0] self.y
相關文章
相關標籤/搜索