devela 0.27.0

A development layer of coherence.
Documentation
1
2
3
4
5
6
7
8
9
// devela::num::prob::rand::xoroshiro
//
//! Pseudo-random number generators based on [Xoroxhiro].
//!
//! [Xoroshiro]: https://en.wikipedia.org/wiki/Xorshift#xoroshiro
//

mod u128;
pub use u128::Xoroshiro128pp;