All Projects → erdaltsksn → random

erdaltsksn / random

Licence: Apache-2.0 license
Random data generator AKA faker

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to random

Faker.js
generate massive amounts of realistic fake data in Node.js and the browser
Stars: ✭ 34,329 (+245107.14%)
Mutual labels:  fake, faker, fake-data
faker
A set of javascript packages that generates fake data for you.
Stars: ✭ 33 (+135.71%)
Mutual labels:  faker, fake-data, fake-data-generator
randomdata
TYPO3 extensions to generate new random data or replace existing data with random data
Stars: ✭ 14 (+0%)
Mutual labels:  random, faker, random-generator
FakerDotNet
A .NET port of the Ruby faker gem
Stars: ✭ 15 (+7.14%)
Mutual labels:  fake, faker, fake-data
Random
Generate random strings or numeric values
Stars: ✭ 68 (+385.71%)
Mutual labels:  random, faker
falso
All the Fake Data for All Your Real Needs 🙂
Stars: ✭ 877 (+6164.29%)
Mutual labels:  random, fake
faker
Generate massive amounts of fake data in the browser and node.js
Stars: ✭ 6,940 (+49471.43%)
Mutual labels:  fake, faker
RandomGenKt
Kotlin port of RandomGen
Stars: ✭ 28 (+100%)
Mutual labels:  random, random-generator
Faker
Faker is a Python package that generates fake data for you.
Stars: ✭ 13,401 (+95621.43%)
Mutual labels:  fake, fake-data
Gofakeit
Random fake data generator written in go
Stars: ✭ 2,193 (+15564.29%)
Mutual labels:  random, fake
miz
🎯 Generate fake data, Just like a person.
Stars: ✭ 24 (+71.43%)
Mutual labels:  faker, fake-data
fastfaker
Fast, concurrent fake data generator for any structure or type.
Stars: ✭ 21 (+50%)
Mutual labels:  random, faker
Joal
An open source command line RatioMaster with an optional WebUI.
Stars: ✭ 213 (+1421.43%)
Mutual labels:  fake, faker
Fakedata
Haskell Library for producing quality fake data
Stars: ✭ 118 (+742.86%)
Mutual labels:  random, fake
Fake Apache Log Generator
Generate a boatload of Fake Apache Log files very quickly
Stars: ✭ 207 (+1378.57%)
Mutual labels:  fake, faker
Cat Names
🐈 Get popular cat names
Stars: ✭ 226 (+1514.29%)
Mutual labels:  random, cli-app
faker
Random fake data and struct generator for Go.
Stars: ✭ 67 (+378.57%)
Mutual labels:  random, faker
datagen
Java lib that generates random data (numbers, strings, dates) - mostly to facilitate Randomized Testing.
Stars: ✭ 56 (+300%)
Mutual labels:  random, random-data-generation
Fakerator
Random fake data generator with localization for Javascript in Node.js and browser
Stars: ✭ 91 (+550%)
Mutual labels:  fake, faker
Faker
A library for Dart that generates fake data.
Stars: ✭ 103 (+635.71%)
Mutual labels:  fake, faker

Random

PkgGoDev Go (build) Go Report Card

Random is a library and cli app to generate random data. This app also known as Faker.

Features

  • Cross-Platform
  • Automatically copied into system clipboard

Requirements

  • Go (for library)

Getting Started

1. Install the application

brew install erdaltsksn/tap/random

2. Run the CLI application

random <COMMAND>

Installation

brew install erdaltsksn/tap/random

Updating / Upgrading

brew upgrade erdaltsksn/tap/random

Usage

As a CLI App

You may find the documentation for each command inside the docs folder.

As a library

package main

import (
	"fmt"

	"github.com/erdaltsksn/random"
)

func main() {
	// Generate 16 characters password.
	fmt.Println(random.Password(16))

	// Generate 2 paragraphs dummy text.
	fmt.Println(random.LoremParagraph(3))

	// Generate Turkish Citizen number.
	fmt.Println(random.TC())
}

Getting Help

# Getting help for related command.
random --help
random [command] --help

Contributing

If you want to contribute to this project and make it better, your help is very welcome.

For more information, see Contributing Guide.

Security Policy

If you discover a security vulnerability within this project, please follow our Security Policy.

Code of Conduct

This project adheres to the Contributor Covenant Code of Conduct. By participating, you are expected to uphold this code.

Disclaimer

In no event shall we be liable to you or any third parties for any special, punitive, incidental, indirect or consequential damages of any kind, or any damages whatsoever, including, without limitation, those resulting from loss of use, data or profits, and on any theory of liability, arising out of or in connection with the use of this software.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].