Closed howardwang0620 closed 3 years ago
@howardwang0620 can you please allow edits to this PR?
@howardwang0620 can you please allow edits to this PR?
Not sure where I can do that, don't see the "Allow edits from maintainers" option. Can you see the contents of the PR?
Hi @howardwang0620, I can see the contents of the PR; however,
rand
to localSeed
.I tried making the edits, but GitHub denied it. I suspect it might be because the PR looks like it originates from an organizational account, not howardwang0620
; but not totally sure.
This probably won't get merged as-is, especially without an accompanying unit test. If you want to write one, please see the GitHub
folder in the test project, and please adhere to all coding conventions.
This probably won't get merged as-is, especially without an accompanying unit test. If you want to write one, please see the
GitHub
folder in the test project, and please adhere to all coding conventions.
Gotcha, closing and will make a new PR for this change
Allows Randomizer's global random
Seed
to stay consistent with usages of randoms in outer scopes.