mirror of
https://github.com/github/codeql.git
synced 2025-12-19 18:33:16 +01:00
6 lines
506 B
Plaintext
6 lines
506 B
Plaintext
| RandomUsedOnce.cs:11:9:11:27 | call to method Next | Random object created and used only once. |
|
|
| RandomUsedOnce.cs:14:9:14:38 | call to method NextBytes | Random object created and used only once. |
|
|
| RandomUsedOnce.cs:16:9:16:33 | call to method NextDouble | Random object created and used only once. |
|
|
| RandomUsedOnce.cs:17:9:17:29 | call to method Next | Random object created and used only once. |
|
|
| RandomUsedOnce.cs:18:9:18:33 | call to method Next | Random object created and used only once. |
|