Geppetto.jl

Random name generator
Author mtanneau
Popularity
1 Star
Updated Last
4 Months Ago
Started In
June 2024

Geppetto.jl

Random name generator

Installation

using Pkg
Pkg.add(url="https://github.com/mtanneau/Geppetto.jl.git")

Usage

The package exports a single function randname, which generates a random String-valued identifier of the form "{adjective}-{color}-{animal}".

julia> using Geppetto

julia> randname()
"Quiet-Red-Lemming"

julia> randname()
"Heroic-Crimson-Vervet"

Used By Packages

No packages found.