Timeline for Why Python random is generating the same numbers?
Current License: CC BY-SA 4.0
13 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jun 1, 2020 at 21:55 | history | edited | ivanleoncz | CC BY-SA 4.0 |
Improving question title + and text.
|
| Apr 27, 2018 at 5:01 | audit | Suggested edits | |||
| Apr 27, 2018 at 5:01 | |||||
| Apr 13, 2018 at 8:36 | comment | added | Bentaye | I tried it and it also always give me the same lists at every run, it is not computer dependent. As hinted above, it is due to the seeeding of the random number generator | |
| Apr 13, 2018 at 8:34 | comment | added | Dirk Horsten | If you run it twice on the same computer of your friend, does it twice give the same result? | |
| Apr 13, 2018 at 8:34 | comment | added | Jean-François Fabre♦ | do you have the same python version on your friend's computer ? | |
| Apr 13, 2018 at 8:33 | history | edited | Jean-François Fabre♦ |
edited tags
|
|
| Apr 13, 2018 at 8:31 | answer | added | Bentaye | timeline score: 2 | |
| Apr 13, 2018 at 8:31 | answer | added | Mike James | timeline score: 6 | |
| Apr 13, 2018 at 8:29 | history | edited | Bentaye | CC BY-SA 3.0 |
Changed the Python tag to 3.x as it does not compile with Python 2.x
|
| Apr 13, 2018 at 8:28 | comment | added | pissall | Remove your random.seed() call. | |
| Apr 13, 2018 at 8:28 | review | First posts | |||
| Apr 13, 2018 at 8:37 | |||||
| S Apr 13, 2018 at 8:27 | review | Triage | |||
| Apr 13, 2018 at 8:38 | |||||
| S Apr 13, 2018 at 8:27 | history | asked | dawin | CC BY-SA 3.0 |