8000 GitHub - Oldes/Rebol-Names: Random names generator scheme
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Oldes/Rebol-Names

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rebol-names

Rebol-Names CI Gitter Zulip

Rebol-Names

Random names generator scheme

So far using https://britishsurnames.co.uk/random as a source of names. It can be enhanced in a future to multiple sources and or customizations.

Usage example

  1. Getting a single random name
read names://
  1. Getting multiple random names at once
read/part names:// 10
  1. Getting multiple random names one by one
loop 10 [
	probe read names://
]

About

Random names generator scheme

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0