Daily Archives: 2008年6月10日

Python: 乱数の生成 – random()、randint()、uniform()、seed()メソッド

ソースコード #!/usr/bin/python # coding: UTF-8 # 乱数の生成 | random()、randint()、uniform()、seed()メソッドの使い方 import random # … Continue reading

Posted in Python | Tagged , , , | 3 Comments