package
Version:
v0.8.0
Opens a new window with list of versions in this module.
Published: Aug 17, 2023
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
CreateUUID creates a new UUID
RandInt return a random number within a range
RandIntSlice returns a random range of numbers as a slice within a range
Usage:
arr := random.RandIntSlice(2, 100, 3)
Output: [40, 5, 81]
Output: [12, 52, 31]
ToUUID creates a UUID from a string value
Source Files
¶
Click to show internal directories.
Click to hide internal directories.