//
pkg.gl
Category
github.com/better-go/pkg
random
package
0.2.1
Repository:
https://github.com/better-go/pkg.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
8
Dependents
0
Files
61 SLOC
#
Functions
Gen20BitDigit
此方法不要用, 冲突率非常高, 参看 Benchmark test.
Gen20BitUUID
20bit: 推荐: 安全, 无冲突(详见 Benchmark test).
Gen20BitUUIDLower
默认全小写:.
Gen32BitUUID4
32bit: 推荐: 安全, 无冲突(详见 Benchmark test).
Gen36BitUUID4
36bit:.
GenDigit
for verify code <= 6.
GenUUID4
Random (Version 4) UUID.
SnowFlakeID
18 bit 纯数字 ID: 有序+递增+唯一.