-
Notifications
You must be signed in to change notification settings - Fork 13
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
common: fix random number generator #13
common: fix random number generator #13
Conversation
Vicente-Cheng
commented
Jul 14, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Hi all, Change this to draft, I will use this common function after the above PR is merged. |
This is the side-effect from 97beeb7, the `Sign()` only return sign or not. Use the warpper function `GenRandNumber` from go-common Signed-off-by: Vicente Cheng <[email protected]>
bee5907
to
85cae9c
Compare
Hi all, update to using the wrapper function from go-common. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks.