LoginSignup
0
0

More than 5 years have passed since last update.

【備忘録】乱数作成?

Posted at

たぶん乱数作成してるコード。

備忘録コード

test2.py

N = 2000
E = 2.5
P = 50
k = 1.96

sample_number = N/((E/k)*(E/k)*(N-1)/(P*(100-P))+1)

print sample_number

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0