Files
codeql/csharp/ql/test/query-tests/Likely Bugs/RandomUsedOnce/RandomUsedOnce.expected
2018-08-02 17:53:23 +01:00

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. |