random.uniform(1,2**100)
範囲にランダムなフロートを生成するために使用します(0,2**100)
。いくつかの結果は次のとおりです。
>>> random.uniform(1,2**100)
5.9798650563331964e+29
>>> random.uniform(1,2**100)
8.439133849811236e+29
>>> random.uniform(1,2**100)
1.1367823572756921e+30
>>> random.uniform(1,2**100)
6.467828850316163e+29
>>> random.uniform(1,2**100)
6.114089228136624e+29
>>> random.uniform(1,2**100)
5.8262139039159224e+29
e+29
各数字の最後の解釈がわかりません。