cgarciae/nnx

Move logic from RngStream to Context

cgarciae opened this issue · 0 comments

Currently there is a lot of indirection between Context and RngStream. The idea would be to have RngStream be a simple struct-like entity and have all the logic performed by Context.