Skip to content
Merged
Prev Previous commit
Next Next commit
Update mesa/experimental/cell_space/discrete_space.py
  • Loading branch information
quaquel authored Nov 10, 2024
commit de7800106d62ac5b95466a9ba417c78b4936f073
2 changes: 1 addition & 1 deletion mesa/experimental/cell_space/discrete_space.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def __init__(
UserWarning,
stacklevel=2,
)
random = Random() # FIXME should default to default rng from model
random = Random()
self.random = random
self.cell_klass = cell_klass

Expand Down
Loading