monte_carlo_algorithm (333B)
1 # Monte carlo algorithm 2 3 https://en.wikipedia.org/wiki/Monte_Carlo_algorithm 4 5 sometimes gives wrong answers 6 7 Corresponds to the classes: 8 - [RP] (for [polynomial_time] [algorithms]) with [one_sided_error] 9 - [BPP] (for [polynomial_time] [algorithms]) with [two_sided_error] 10 11 Up: [algorithm_randomized] 12 13 See also: [las_vegas_algorithm]