Principle of using Random lib
To draw random numbers from a distribution you’ll need
a generator instance
Must provide random seed - an integer number which primes the generator
a distribution instance
Generator
Distribution
a seed
random sequence of numbers
Previous slide
Next slide
Back to first slide
View graphic version