PhysicsOfMobility/ridepy

Refactor space.random_location into function of space instance

fxjung opened this issue · 0 comments

Replace space.random_location with a function taking either a dense or a discrete simulation space and outputting a random location on that space. Might additionally take weights or other additional parameters. May or may not share global random state.