rand_test.go 195 B

1234567891011121314
  1. package yu_rand
  2. import (
  3. "fmt"
  4. "testing"
  5. )
  6. func TestGetInt(t *testing.T) {
  7. fmt.Println(AndroidId())
  8. fmt.Println(AndroidID())
  9. fmt.Println(SCn(10))
  10. fmt.Println(Mac())
  11. fmt.Println(MAC())
  12. }