Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hello, thank you for writing this software and releasing the source code, as well as your blog post on it! It's been personally useful to see how you implemented
ststests in Python, and I'm currently playing around with using yourRandomnessTesterto compare my own attempts at implementing the tests.I was wondering if you would be willing to add a permissive license to this repository, such as the widely-used MIT license. This is mostly a selfish request so that I can happily keep your code in my
sts-like program for the aforementioned comparison testing—the README disclaimer doesn't quite give me confidence in that regard—but also it would be a general nicety for you I imagine.(MIT is simple and super permissive, allowing closed source usage. If you want it to be free to use for just open source software, you may prefer GPLv3 instead.)
I made this a pull request so it would be easy to add the license, but no worries if you're not interested in accepting it, or if you're not interested in adding a license at all for that matter!