-
Notifications
You must be signed in to change notification settings - Fork 172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: 随机质数 #163
Comments
自增的话不一定是均匀生成的吧。话说为什么不能直接筛。 |
想均匀太难了。质数本身都不是均匀的。 |
想均匀生成可以调 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
有一些题目的模数是输入给定的。需要一个函数,可以方便地随机区间内一个质数。
The text was updated successfully, but these errors were encountered: