spicy-proton icon indicating copy to clipboard operation
spicy-proton copied to clipboard

Generate a random English adjective-noun word pair in Ruby

Results 2 spicy-proton issues
Sort by recently updated
recently updated
newest added

Right now, random words must be picked from a specific category (noun, adjective, ...). There should be a way to get a random word across all categories. - Support class...

I'm trying to override `rand` in `Spicy::Seek` to allow for the flexibility of making the function deterministic based on an incoming seed. Before submitting a PR, I wanted to propose...