On page 80 in the code block for random_distribution.rs, the import is shown as:
use my_library_docs::RandomNumberGenerator;
but I think this should be
use my_library::RandomNumberGenerator;
On page 80 in the code block for random_distribution.rs, the import is shown as:
use my_library_docs::RandomNumberGenerator;
but I think this should be
use my_library::RandomNumberGenerator;