mirror of
https://gitee.com/NorthCityChen/stl-go.git
synced 2025-05-25 20:11:08 +00:00
36 lines
701 B
Go
36 lines
701 B
Go
/*
|
|
* @Author: NorthCity1984
|
|
* @LastEditTime: 2022-04-04 16:09:13
|
|
* @Description:
|
|
* @Website: https://grimoire.cn
|
|
* Copyright (c) NorthCity1984 All rights reserved.
|
|
*/
|
|
package main
|
|
|
|
import (
|
|
// "githuh"
|
|
|
|
"fmt"
|
|
|
|
"gitee.com/NorthCityChen/stl-go/randoom"
|
|
)
|
|
|
|
func main() {
|
|
// // ans := math.Exp2(0)
|
|
// ans := math.Sqrt(-8)
|
|
// // ans2 := math1.Sqrt(-8)
|
|
// fmt.Println(ans)
|
|
// // fmt.Println(ans2)
|
|
// string
|
|
// queue
|
|
// queue
|
|
// random.RandStringBytesMaskImprSrcSB(5)
|
|
// fmt.Println(r)
|
|
// ret := randoom.RandStr(45)
|
|
fmt.Println(randoom.RandStr(45))
|
|
fmt.Println(randoom.RandStr(45))
|
|
fmt.Println(randoom.RandStr(45))
|
|
fmt.Println(randoom.RandStr(45))
|
|
fmt.Println(randoom.RandStr(45))
|
|
}
|