Furthermore the default rand [function state is implemented with a global](https://github.com/nim-lang/Nim/blob/72e15ff739cc73fbf6e3090756d3f9cb3d5af2fa/lib/pure/random.nim#L40-L43) and is thread unsafe. Each of your threads should use a state{.threadvar.} initialized with their own random seed instead.
- Re: I'm fed with Nim , I guess. Aiesha_Nazarothi
- Re: I'm fed with Nim , I guess. yglukhov
- Re: I'm fed with Nim , I guess. Aiesha_Nazarothi
- Re: I'm fed with Nim , I guess. yglukhov
- Re: I'm fed with Nim , I guess. Aiesha_Nazarothi
- Re: I'm fed with Nim , I guess. mikra
- Re: I'm fed with Nim , I guess. moerm
- Re: I'm fed with Nim , I guess. Arrrrrrrrr
- Re: I'm fed with Nim , I guess. yglukhov
- Re: I'm fed with Nim , I guess. boia01
- Re: I'm fed with Nim , I guess. mratsim
- Re: I'm fed with Nim , I guess. moerm
- Re: I'm fed with Nim , I guess. Aiesha_Nazarothi
