Abstract
In Isabelle, randomized algorithms are usually represented using probability mass functions (PMFs), with which it is possible to verify their correctness, particularly properties about the distribution of their result. However, that approach does not provide a way to generate executable code for such algorithms. In this entry, we introduce a new monad for randomized algorithms, for which it is possible to generate code and simultaneously reason about the correctness of randomized algorithms. The latter works by a Scott-continuous monad morphism between the newly introduced random monad and PMFs. On the other hand, when supplied with an external source of random coin flips, the randomized algorithms can be executed.
License
Topics
Session Executable_Randomized_Algorithms
- Tau_Additivity
- Coin_Space
- Randomized_Algorithm_Internal
- Randomized_Algorithm
- Tracking_Randomized_Algorithm
- Tracking_SPMF
- Dice_Roll
- Permuted_Congruential_Generator
- Basic_Randomized_Algorithms