This repository has been archived by the owner on Dec 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 53
[task_03] Add problem solution #397
Open
Ampersand04
wants to merge
24
commits into
brstu:main
Choose a base branch
from
Ampersand04:task_03
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains 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
📌 Duplicate code detection tool reportThe tool analyzed your source code and found the following degree of similarity between the files: trunk/II02302/task_02/src/qwerty.cpp📄 trunk/II02302/task_02/src/qwerty.cpp
trunk/ii02305/src/task_02.cpp📄 trunk/ii02305/src/task_02.cpp
trunk/ii02320/task_03/doc/readme.md📄 trunk/ii02320/task_03/doc/readme.md
trunk/ii02412/task_03/doc/readme.md📄 trunk/ii02412/task_03/doc/readme.md
|
Gomziakoff
added
question
Further information is requested
invalid
This doesn't seem right
labels
Dec 22, 2023
Ampersand04
removed
invalid
This doesn't seem right
question
Further information is requested
labels
Dec 22, 2023
trunk/II02323/task_03/src/main.py
Outdated
seed_value = 42 | ||
np_random.seed(seed_value) | ||
self.name = name | ||
x = np_random.default_rng().integers(0, 636) |
Check notice
Code scanning / SonarCloud
Results that depend on random number generation should be reproducible Low
Provide a seed for this random generator. See more on SonarCloud
trunk/II02323/task_03/src/main.py
Outdated
np_random.seed(seed_value) | ||
self.name = name | ||
x = np_random.default_rng().integers(0, 636) | ||
y = np_random.default_rng().integers(0, 596) |
Check notice
Code scanning / SonarCloud
Results that depend on random number generation should be reproducible Low
Provide a seed for this random generator. See more on SonarCloud
Ampersand04
requested review from
Ghokury,
Gomziakoff,
alkurash,
Bidway,
VolkogonNikita and
LapinVladimir
December 22, 2023 14:36
LapinVladimir
previously approved these changes
Dec 22, 2023
Ghokury
previously approved these changes
Dec 22, 2023
Ampersand04
dismissed stale reviews from Ghokury and LapinVladimir
via
December 23, 2023 17:11
667f7d2
Ampersand04
requested review from
idzm,
Gomziakoff,
alkurash,
Bidway,
arciomwww and
VolkogonNikita
and removed request for
idzm,
Gomziakoff,
alkurash,
Bidway and
VolkogonNikita
December 26, 2023 16:16
VolkogonNikita
approved these changes
Dec 27, 2023
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
No description provided.