Skip to content

implement rand and srand using the rand crate

Jeremy Soller requested to merge sajattack:rand into master

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.

Merge request reports