pub struct Random {}
Container for cross-platform Random methods
returns a random f32 value between an upper & lower bound
returns a random u32 value between an upper & lower bound
returns a random boolean value between an upper & lower bound
TypeId
self
Returns the argument unchanged.
Calls U::from(self).
U::from(self)
That is, this conversion is whatever the implementation of From<T> for U chooses to do.
From<T> for U