-
Notifications
You must be signed in to change notification settings - Fork 2
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
New Feature - Integer support #25
Comments
I have just added the question label meaning that your issue was reviewed but needs to be decided whether will be addressed or not. |
@kwoolytech 저는 이것을 고려안할 이유가 없다고 생각합니다. #15 이슈와 관련되어 있는데 이 둘을 합쳐서 하나의 이슈로 정리하는 것은 어떨까요? |
@kwoolytech 질문이 있습니다~
-100~100 까지의 범위 즉, 201 면체를 4번 던진다는 뜻인가요?
이건 |
Hi Brandon, good to see you here. |
와 같이 말한 이유는 저는 사실 이 제안을 "[-100, 100]" "[1000, 1100]" 두 문자열을 선택대안으로 이해했습니다. 그래서 문자열 두 개이니 #15 와 같은 생각이라고 판단했는데 전혀 아니군요. @kwoolytech #15 와 전혀 관련이 없군요. :) @myeesan 과 같이 pair 결과를 예상하는 것도 무리가 아니겠네요. 그렇다면 괄호에 대한 의미 부여를 정리할 필요가 있겠네요.
|
@myeesan 네 저도 그렇게 생각합니다. 처리되어야 할 이슈로 보고 enhancement 라벨 달아놓겠습니다. |
1...5 를 사용하는 것이 어떨까요? 1...5 를 1,2,3,4,5로 해석된다면, |
The traditional dice does not supports zero nor negative numbers. Our dice shall support not only the natural numbers but integers as well.
For example,
/dice 4d[-100, 100]
/dice 7d{[-100, 100], [1000, 1100]}
The text was updated successfully, but these errors were encountered: