Skip to content

Instantly share code, notes, and snippets.

View SDSkyKlouD's full-sized avatar
🌠
Hoshizora

SD SkyKlouD SDSkyKlouD

🌠
Hoshizora
  • Republic of Korea
View GitHub Profile
import json
import random
dic = dict()
file = open("test.json", mode="w")
i = 0
while i < 5000000:
dic[i] = {
"int": 123456 + i + random.randrange(100000, 2 ** 30),