A cool service that uses a pseudo random number generator (PRNG) to provide random data to you.
Rand.fun is a service that provides random data of different datasets. Internally, it uses the Richard Brent Xorgens (xor4096) pseudo random number generator (PRNG) to randomize the results.
As PRNG, the result is determined by a seed. This seed can be forced to reproduce a result. If no seed is set, the seed is generated with a true random number generator (TRNG).