ff
ff copied to clipboard
bump rand to v0.8
Since rand v0.5, the trait rand::Rand is deprecated.
This pull request shows a possible way to upgrade the rand dep. Marker trait is used to avoid huge change to the trait.
(As cargo fmt runs, there are several changes which are not related with this change.