Method for generating random demand: No distribution other than a uniform distribution is possible
Open
bug
- Dominant language
- Python
- Stars
- 21
- Forks
- 7
- Avg merge
- 2h 4m
- Merged PRs (30d)
- 2
Description
Modify the 'generate_random_method' function to allow the definition of a distribution other than the uniform distribution.
The current parameters are valid only for the uniform distribution
Contributor guide
Research direction
Start by locating the generate_random_method function and reading how its current parameters produce a uniform distribution. Define how an alternative distribution should be selected and configured, then verify that existing uniform-distribution behavior remains valid and that the new distribution can generate random demand.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 65/100