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

Implement stdlib/random #1917

Draft
wants to merge 8 commits into
base: master
Choose a base branch
from
Draft

Implement stdlib/random #1917

wants to merge 8 commits into from

Commits on Apr 6, 2024

  1. implement stdlib/random

    glyh committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    066e088 View commit details
    Browse the repository at this point in the history
  2. add include guard

    glyh committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    812358d View commit details
    Browse the repository at this point in the history
  3. should use positional arg

    glyh committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    5f940eb View commit details
    Browse the repository at this point in the history
  4. rename the function

    glyh committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    665d57f View commit details
    Browse the repository at this point in the history
  5. better naming for variables

    glyh committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    616bb08 View commit details
    Browse the repository at this point in the history
  6. add random string interface

    glyh committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    824789b View commit details
    Browse the repository at this point in the history
  7. Implement random bool

    glyh committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    21198ea View commit details
    Browse the repository at this point in the history
  8. add some notes

    glyh committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    82f208d View commit details
    Browse the repository at this point in the history