Random.org, realizar sorteos en webs con su sistema generador aleatorio de numeros

Gracias a esta web llamada Random.org podrás realizar sorteos en tu web de lo que tu quieras sortear como por ejemplo cuentas de webs o cualquier otra cosa. Random.org utiliza según fuentes de internet una técnica llamada TRNGs (técnica que considera los fenomenos atmosfericos, físicos y más …) y no gracias a generadores aleatorios.
Por tanto, aquí os voy a poner el codigo del widget que hace posible todo esto:
<iframe src=”http://www.random.org/widgets/integers/iframe.php?title=True+Random+Number+Generator&buttontxt=Generate&width=160&height=200&border=on&bgcolor=%23FFFFFF&txtcolor=%23777777&altbgcolor=%23CCCCFF&alttxtcolor=%23000000&defaultmin=&defaultmax=&fixed=off” frameborder=”0″ width=”160″ height=”200″ scrolling=”no” longdesc=”http://www.random.org/integers/”>
The numbers generated by this widget come from RANDOM.ORG’s true random number generator.
</iframe>
Pagina oficial | Random.org
