I propose addition of a new sorting algorithm which combines the best features of both stalinsort and bogosort.
The algorithm is fairly simple:
Just randomly remove elements until the array is in order.
Complexity ranges from O(n) to O(n²)
Hope this will make the world a better place!