🐛 Fix call to Random.Next() #82
Merged
alexis.drai
merged 1 commits from bug-fix-abstract-die
into main
3 years ago
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'bug-fix-abstract-die'
Deleting a branch is permanent. It CANNOT be undone. Continue?
Next(a, b) returns a random int between a (INCLUDED) and
b (EXCLUDED) -- that is, in [a, b[
c63729b0b2
into main 3 years agoc63729b0b2
.