Path to this page:
Subject: CVS commit: pkgsrc/textproc/ruby-random-word
From: Amitai Schleier
Date: 2024-05-18 03:40:13
Message id: 20240518014013.E2A97FA2C@cvs.NetBSD.org
Log Message:
Add ruby-random-word: Random word generator for test data factories
A random word generator intended for use in test data factories. This
library uses a large list (the wordnet corpus) of english words and
provides an enumerator interface to that corpus that will return the
words in a random order without repeats.
Files: