This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
c
/
odin-lang.Odin
réplica de
https://github.com/odin-lang/Odin
Seguir
2
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Wiki
Explorar o código
Fix rand.int_max comment
Jeroen van Rijn
hai 3 meses
pai
ef6156aea5
achega
8597966a9f
Modificáronse 1 ficheiros
con
1 adicións
e
1 borrados
Dividir vista
Mostrar estatísticas de Diff
1
1
core/math/rand/rand.odin
+ 1
- 1
core/math/rand/rand.odin
Ver ficheiro
@@ -350,7 +350,7 @@ Example:
Possible Output:
6
-
500
+
13
*/
@(require_results)