Documentation ¶ Index ¶ func GenerateBytes() ([]byte, error) func InitializeCounter() (int, error) type CPUInfo type Seed Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func GenerateBytes ¶ func GenerateBytes() ([]byte, error) func InitializeCounter ¶ func InitializeCounter() (int, error) Types ¶ type CPUInfo ¶ type CPUInfo struct { BrandName string PhysicalCores uint8 LogicalCores uint8 CPUFamilyNumber int CPUModel int VendorId string Frequency int64 L1DataCache int L1InstructionCache int L2Cache int L3Cache int } type Seed ¶ type Seed struct { Value string CpuInfo CPUInfo } Source Files ¶ View all Source files numgen.go Click to show internal directories. Click to hide internal directories.