Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Random history facts generation #525

Open
Thaeedd opened this issue Jan 15, 2024 · 0 comments
Open

Random history facts generation #525

Thaeedd opened this issue Jan 15, 2024 · 0 comments

Comments

@Thaeedd
Copy link

Thaeedd commented Jan 15, 2024

Description

Purpose: The feature aims to enhance Bogus by including a random historical facts generator.

Expected Behavior: The user should be able to generate random historical facts without specifying years.
The generated data should include a mix of historical events from different time periods.

Potential Use Cases: Generating historical data for testing and development purposes. Adding realism to applications that require historical context.

LINQPad Code Example

var faker = new Faker();
string randomHistoricalFact = faker.Events.History();

What alternatives have you considered?

  1. External APIs: Considered using external APIs that provide historical facts.
    Issues:
    Dependency on external services, potential reliability issues.
    Privacy and security concerns.
  2. Manual Customization: Users manually curating and inputting their historical facts.
    Issues:
    Tedious and time-consuming for users.
    Limited diversity in generated data.

Could you help with a pull-request?

Yes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant