|
|
|
|
|
by jononor
2272 days ago
|
|
Nondeterminism not needed (or desired I think :D) for an FSM that can turn a VM on or off based on start/stop buttons. Its just multiple possible transitions, guarded by different conditions (the buttons). But yeah, Nondeterministic FSMs are possible. Ie based on a transition probability. |
|
---
¹ this a way to represent nondeterminism in a pure/math-y setting: instead of
you do or just: i.e enumerate all the possible results f() could give depending on what `random_bool()` returns.