乱数生成
2010/10/29
Python2.5.4
import ramdom
#0.0以上1.0以内 の乱数を返す
rand = ramdom.ramdom()
#x以上y以下の整数の乱数を返す
rand = ramdom.randint(x,y)
2010/10/29
Python2.5.4
import ramdom
#0.0以上1.0以内 の乱数を返す
rand = ramdom.ramdom()
#x以上y以下の整数の乱数を返す
rand = ramdom.randint(x,y)