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

feature: Added PRNG README.md #36

Merged
merged 5 commits into from
Nov 16, 2024
Merged

feature: Added PRNG README.md #36

merged 5 commits into from
Nov 16, 2024

Conversation

mprimeaux
Copy link
Contributor

@mprimeaux mprimeaux commented Nov 16, 2024

  • feature: Added README.md to provide detailed information about the PRNG implementation.
  • debt: Updated the benchmark tests to test the standard size of 21 characters for Nano ID generation.
  • debt: The runtime configuration (Config) now uses pointer receivers for all methods to ensure consistent behavior and interface compliance.
  • debt: Refactored Codebase: Split the nanoid.go file into multiple modular files within the nanoid package to enhance code organization, readability, and maintainability.

- debt: Updated the benchmark tests to test the standard size of 21 characters for Nano ID generation.
@mprimeaux mprimeaux added kind: feature New feature or request priority: medium labels Nov 16, 2024
@mprimeaux mprimeaux self-assigned this Nov 16, 2024
@mprimeaux mprimeaux merged commit 8100f52 into main Nov 16, 2024
3 checks passed
@mprimeaux mprimeaux deleted the feature/prng-readme branch November 16, 2024 18:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind: feature New feature or request priority: medium
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant