Skip to content

Instantly share code, notes, and snippets.

common: &common
type: http
interval: 86400
health-check: {enable: true,url: "https://www.gstatic.com/generate_204", interval: 300}
airport: &airport
exclude-filter: "套餐|流量|重置"
<<: *common
replace-emoji: &replace-emoji
@NahidaBuer
NahidaBuer / simu_genshen_chance.py
Last active December 8, 2023 16:57
模拟一下原神集五福拿满奖励概率
import random
count_success = 0
count_success_add1 = 0
count_success_add2 = 0
simulation_times = 100000
i = 0
while i < simulation_times: