Package agentnames generates random names for agents based on famous AI/ML folks.
import "github.com/agentstation/agentnames"
Package agentnames generates random names for agents based on famous AI/ML folks.
func Generate
func Generate(retry int) string
Generate generates a random name from the list of adjectives and surnames in this package formatted as "adjective_surname". For example 'accelerating_turing'. If retry is non-zero, a random integer between 0 and 10 will be added to the end of the name, e.g `accelerating_turing3`
Generated by gomarkdoc
import "github.com/agentstation/agentnames"
Package agentnames generates random names for agents based on famous AI/ML folks.
func Generate
func Generate(retry int) string
Generate generates a random name from the list of adjectives and surnames in this package formatted as "adjective_surname". For example 'accelerating_turing'. If retry is non-zero, a random integer between 0 and 10 will be added to the end of the name, e.g `accelerating_turing3`
Generated by gomarkdoc