This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
c
/
odin-lang.Odin
espejo de
https://github.com/odin-lang/Odin
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
Fix rand.int_max comment
Jeroen van Rijn
hace 3 meses
padre
ef6156aea5
commit
8597966a9f
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
1
1
core/math/rand/rand.odin
+ 1
- 1
core/math/rand/rand.odin
Ver fichero
@@ -350,7 +350,7 @@ Example:
Possible Output:
6
-
500
+
13
*/
@(require_results)