Some translators used an awkward way of creating random tests by applying massive amount of `[TestCase]` annotations:  Such annotations should be cleaned up and replaced by `[Repeat(n)]` or some other way of generating many random tests. One potential set of such kata can be found with [this search link](https://www.codewars.com/kata/search/csharp?q=author%3Aadrian.eyre&order_by=sort_date%20desc).