Generic Step
Generate a random value
Indices on this generic step:
- Smalltalk Language-Probability Distributions
Description
Generate a random value
Strategy
Hints on reusing this step
You can always store your Random instance (e.g., in an instance variable at Initialize time) then just keep asking it for next values.
Examples of this Generic Step