2025-03-23 10:53:49 -05:00
|
|
|
// Package nomino is a utility that allows us to generate random filenames.
|
|
|
|
|
//
|
|
|
|
|
// There are two main methods of using nomino.
|
2025-03-31 12:10:05 -05:00
|
|
|
//
|
|
|
|
|
// 1. Using the [Make] function.
|
|
|
|
|
// 2. Creating a generator, and using its [Generator.Make] method.
|
2025-03-23 10:53:49 -05:00
|
|
|
package nomino
|