OpenSextant / geodesy

Geodetic primitive library
Other
22 stars 4 forks source link

Use the RandomizedTesting library for repeatable randomized tests #3

Open dsmiley opened 11 years ago

dsmiley commented 11 years ago

Randomized tests need to be repeatable. Use this: http://labs.carrotsearch.com/randomizedtesting.html

Lucene/Solr uses this, the Spatial4j lib uses this, the SolrTextTagger uses this. It's wonderful and simple.