We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Well, it happened to be something very, very interesting, in fact, I tested the salting algorthm with several cases by:
d = {} for i in range(1, 2**16): box = tuple(nyac.nyasbox(nyac.nya_locales['zh_cn'], salt = i)) if box in d: d[box] += 1 else: d[box] = 1 print('space size:', len(d))
And the output happened to be very sparse, but why? I just made that function by chance!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Well, it happened to be something very, very interesting, in fact, I tested the salting algorthm with several cases by:
And the output happened to be very sparse, but why? I just made that function by chance!
The text was updated successfully, but these errors were encountered: