Crate ark_std[−][src]
Re-exports
pub use rand; |
Modules
| perf_trace | This module contains macros for logging to stdout a trace of wall-clock time required to execute annotated code. One can use this code as follows: |
Macros
| add_to_trace | |
| cfg_chunks | Returns an iterator over |
| cfg_chunks_mut | Returns an iterator over |
| cfg_into_iter | Creates parallel iterator if |
| cfg_iter | Creates parallel iterator over refs if |
| cfg_iter_mut | Creates parallel iterator over mut refs if |
| end_timer | |
| start_timer |
Structs
| XorShiftRng | An Xorshift random number generator. |
Traits
| UniformRand |
Functions
| log2 | Returns the ceiling of the base-2 logarithm of |
| test_rng | Should be used only for tests, not for any real world usage. |