Random Number Generator with Weights/Non-Uniform Random Number Generator
- Choose the minimum,maximum, and weights of the numbers from the minimum through the maximum.
- Also, choose how many numbers are printed out to test random distributions.
- Print out the weights for each number.
- Feed counts straight into the weight array.
The motivation for ProbabilityMaster was for combining design and randomization && combining control and surprise.
-
Generating a training set of events based on the probability of the events occurring.(Used for preparation to handle a set of events)
-
Map an event to a number such as 1 is mapped to a specific weather event.
-
Map a decision(Financial/Learning/Exercise/Writing etc.) to a number with certain decisions having greater weight than others.
-
Gamify distributions with some numbers or values(in a key/value pair) being more rare.
-
Map objects to numbers.
-
Form lists of distributions as if the weight array is DNA for something that is described by each list at different instants of time.
-
Distribute focus on different areas, stages, tasks etc. of a project
-
Random and automated distributions based on designed weights.
-
Used for predictable weights/probabilities but unpredictable specific examples.
-
One distribution run is for one generated example.
The rareness of the exact combination of the 23 printed examples.