Random

This random generator application is designed to be a quick way to create various random values. Currently the types of random ouput that you can generate are crypto, guid, number. The crypto generator uses the crypto.getRandomValues javascript function, the guid generator sends a request to the server and receives back C# guids, and the number generator simply uses the Math.random function.

The application requires javascript to be enabled in order to function.