Pythonのrandom(乱数)で同じ値を得る方法 乱数だけど、プログラム実行時に、毎回同じにしたい場合がある。 numpyじゃない編 C:\_____hatena\_work>python Python 3.7.2 (tags/v3.7.2:9a3ffc0492, Dec 23 2018, 23:09:28) [MSC v.1916 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>> import random >>> random.rando…