package gorose import "testing" func TestGetRandomInt(t *testing.T) { t.Log(GetRandomInt(10)) }