probcomp / hierarchical-irm

Probabilistic structure discovery for rich relational systems
Apache License 2.0
1 stars 1 forks source link

Plumb prng through as an arg where needed instead of making it a clas… #60

Closed emilyfertig closed 1 week ago

emilyfertig commented 2 weeks ago

…s member.

I considered keeping prng as a member of (H)IRM, but plumbing it through added minimal code complexity and it seems better to pass it in where it's used instead of have it hidden in the class.

Closes #49

emilyfertig commented 1 week ago

No prob! I needed something mechanical to do during the ChiExpert session on Friday...