Ruby | Función aleatoria srand()
Random#srand() : srand() es un método de clase Random que devuelve un número pseudoaleatorio del sistema. Sintaxis: Random.srand() Parámetro: valores aleatorios Devuelve: número pseudoaleatorio del sistema. Ejemplo 1 : # Ruby code for Random.srand() method # declaring Random value date_a = Random.srand() # new arbitrary random value puts «Random form : #{date_a}\n\n» Producción … Continue reading «Ruby | Función aleatoria srand()»