|
|||||||
random / rand.Intn() / случайные числа
Время создания: 04.10.2017 21:19
Раздел: Go - Examples pro
Запись: xintrea/mytetra_db_mcold/master/base/1507141186i9hn8v1xse/text.html на raw.githubusercontent.com
|
|||||||
|
|||||||
package main import ( "fmt" "math/rand" ) func main() { fmt.Println("My favorite number is", rand.Intn(10)) } |
|||||||
Так же в этом разделе:
|
|||||||
|
|||||||
|