Daily Archives: 2008年6月11日

Python: モジュールにテスト関数を定義 – 重複のない乱数(整数MIN以上MAX以下)の生成

ソースコード #!/usr/bin/python # coding: UTF-8 import random def make_randint_list(min, max, cnt, sortflag=False, re … Continue reading

Posted in Python | Tagged , , , , | Leave a comment