Testimonials

Randomly chosen testimonials:

Research on Sorting Algorithms

I meant to email you a long time ago, but kept putting it off until the work was published. Anyway, I used Random.org data initially for my final year project in 2003/2004. It was research on sorting algorithms in the presence of caches and branch predictors. Back then the data was available for download in 10MB blocks, and there were 16 of them. So I uses all of them, 'cat'ed together, as the data to be sorted.

I extended this into a Tech Report in 2005, and a paper in 2006, which got published in the ACM Journal of Experimental Algorithmics (eventually, in June).

Having truly random data made me certain my results weren't due to my errors, and having so much of it made my sure it wasn't an anomaly. That was especially useful as a mere undergrad, when I wasn't really sure what I was doing.

Thanks a lot for Random.org, and for the data.

—Paul Biggar, Trinity College Dublin

Archeological Sampling

I am using the random sequence generator to take a 15% sample of the archaeological potsherds I am studying. More specifically, I am studying the ceramic vessels and fragments collected, over the course of eight years, from an early Spanish colonial town in Central America. The town was occupied for only a generation, so there was minimal change through time in ceramic style. For each excavation unit and level, I analyze all potsherds that include handles, rims, painted decoration, unusual clay characteristics, and the like. These are my diagnostic sherds. The remainder do not provide enough information to make analyzing and recording each one individually worthwhile, but I don't want to neglect them entirely, as in certain contexts they make up a high percentage of what we have. So, I use your random sequence generator to help me select 15% of this non-diagnostic remainder for study. Thank you for the help.

—Jeb J. Card, Department of Anthropology, Tulane University

Using our randomizers for something interesting? Let us know!

Contribute a Testimonial