Skip to content

void616/lapair

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Random Latin words pair (adjective + noun)

package main

import (
	"log"
	"math/rand"

	"github.com/void616/lapair"
)

func main() {
	x := uint16(rand.Int())
	y := uint16(rand.Int())
	noun, adj := lapair.Pair(x, y)
	log.Println(noun, adj)
}

Output:

provincia fortis

About

Random Latin word pair (adjective + noun)

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages