package
0.0.0-20240812021311-c440529eebe1
Repository: https://github.com/fengzhongzhu1621/xgo.git
Documentation: pkg.go.dev

# Functions

Int returns a non-negative pseudo-random int.
Int63n returns, as an int64, a non-negative pseudo-random number in [0,n).
Intn returns, as an int, a non-negative pseudo-random number in [0,n).
NewShortUUID returns a new short UUID.
NewULID returns a new ULID.
NewUUID returns a new UUID Version 4.
Perm returns, as a slice of n ints, a pseudo-random permutation of the integers [0,n).
Seed uses the provided seed value to initialize the default Source to a deterministic state.
Shuffle pseudo-randomizes the order of elements.