literate_randomizer
Random text generator
A Ruby gem that generates near-English prose using Markov chains.
A random sentence and paragraph generator gem. Using Markov chains, this generates near-english prose.
110 stars
5 watching
6 forks
Language: Ruby
last commit: over 5 years ago Related projects:
Repository | Description | Stars |
---|---|---|
takuti/kusari | A Ruby-based tool for generating random sentences using Markov chain algorithms | 6 |
hrs/markov-sentence-generator | Generates random text based on a statistical model of input text | 95 |
patterns-ai-core/langchainrb | A Ruby library providing an interface to Large Language Model (LLM) providers for text generation and embedding | 1,415 |
zolrath/marky_markov | Generates text based on patterns found in input data | 228 |
jamesdouble/randmymod | Generates randomized instances of custom data models with customizable randomness behavior | 18 |
thellimist/swiftrandom | Generates random data suitable for Swift development projects. | 561 |
mochizukikotaro/regex_sample | A Ruby gem that generates random strings based on regular expressions | 1 |
syntaxcoloring/markov-word-generator | Generates pseudorandom words by applying Markov chains to existing word sequences | 33 |
saaadhu/ramble | A Ruby library for generating text based on a given grammar | 4 |
adimichele/poetry | Generates random poetry based on user-specified configurations and parameters. | 1 |
libmir/mir-random | A general-purpose random number generator library providing various algorithms and engines | 32 |
ilqvya/random | A lightweight C++ header-only library providing a simple and convenient API for generating pseudo-random numbers and values with various distributions. | 912 |
zhihaillm/wisdominterrogatory | A tool for generating cryptographically secure random numbers suitable for various use cases, including cryptographic protocols and simulations. | 491 |
marioruiz/string_pattern | A gem that generates strings according to predefined patterns or regular expressions for testing and data generation purposes | 16 |
zrrskywalker/llama-adapter | Fine-tunes a language model to generate human-like text based on visual instructions | 85 |