package yu_rand import ( "fmt" "testing" ) func TestSCN(t *testing.T) { fmt.Println(SCn(5)) fmt.Println(S09(50)) fmt.Println(S0aZ(128)) }