-
Notifications
You must be signed in to change notification settings - Fork 81
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
Random author button is not nearly random #586
Labels
random
some random elements of the project
Comments
Just hit 4 times and got four different. |
I suppose there could be the WDQS cache. Another solution is to remove it altogether. |
It is also far too slow |
>>> " ".join("wd:Q{}".format(random.randrange(1, 100000000)) for _ in range(100)) Followed by
|
fnielsen
added a commit
that referenced
this issue
Sep 9, 2020
Fix #586: Improved random author generation
Now running: https://scholia.toolforge.org/author/random |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I just hit it 10 times in a row and got only two different authors out of that.
The text was updated successfully, but these errors were encountered: