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
I think generally, it's easy to simulate it as well.
The core of my idea is a binary-random-sampler, which generates a binary result.
If the result is True, it will return a sentence - "Please refer to CSAPP".
True
If the result if False, it will return a link to stackoverflow.
False
stackoverflow
The text was updated successfully, but these errors were encountered:
JUST FOR FUN SO DONT TAKE IT SERIOUSLY.
Sorry, something went wrong.
That is a good idea. Maybe returning a Google searching result is also a possible way to simulate Chi's behavior.
No branches or pull requests
I think generally, it's easy to simulate it as well.
The core of my idea is a binary-random-sampler, which generates a binary result.
If the result is
True
, it will return a sentence - "Please refer to CSAPP".If the result if
False
, it will return a link tostackoverflow
.The text was updated successfully, but these errors were encountered: