python按機率生成隨機數

Talk is cheap, show me the code.python random_demo.py代碼以下:web # coding: utf-8 import random def random_index(rate): """隨機變量的機率函數""" # # 參數rate爲list<int> # 返回機率事件的下標索引 start = 0
相關文章
相關標籤/搜索