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

Rand uniform/normal #166

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

zeotuan
Copy link
Collaborator

@zeotuan zeotuan commented Oct 7, 2024

Close #155

  • Add rand_range to Samples from ∼ U ( α , β )
  • Add randn to Samples from ∼ N ( α , β )
  • Rename randLaplace and randGamma to use snake case

@zeotuan zeotuan changed the title Rand uniform normal Rand uniform/normal Oct 7, 2024
.github/workflows/core-ci.yml Outdated Show resolved Hide resolved
- Add rand_range with min and max
- Add randn with mean and variance

Formatting

Revert unrelated changes
@zeotuan zeotuan marked this pull request as ready for review October 9, 2024 09:52
@zeotuan zeotuan requested a review from alfonsorr October 9, 2024 09:52
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

Successfully merging this pull request may close these issues.

[Feature] Add function generate data conform a known statistical distribution
2 participants