Category:Rand

Revision as of 22:36, 20 September 2017 by rosettacode>Mattmahn (Create page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Library
This is an example of a library. You may see a list of other libraries used on Rosetta Code at Category:Solutions by Library.

rand is a Rust library for random number generators and other randomness functionality. See the rand documentation on Docs.rs for more information.

Works with: Rust