ComputableDAGs / ComputableDAGs.jl

Representation of Computations as Graphs
https://computabledags.github.io/ComputableDAGs.jl/dev
MIT License
2 stars 2 forks source link

Properly fix multithreaded RNG #7

Open AntonReinhard opened 2 months ago

AntonReinhard commented 2 months ago

The RNG used for node IDs has to be multithreaded but is currently very naively implemented and breaks with too many threads. Fix this by using a proper way to use multithreaded RNG.

See src/node/type.jl