implement rand and srand using the rand crate
Created by: sajattack
The other rand functions specify specific algorithms or require a seedable, thread-safe rng, so they could not be implemented with the same approach.
Created by: sajattack
The other rand functions specify specific algorithms or require a seedable, thread-safe rng, so they could not be implemented with the same approach.