Struct std::rand::TaskRng[src]
pub struct TaskRng {
// some fields omitted
}The task-local RNG.
pub struct TaskRng {
// some fields omitted
}The task-local RNG.
impl Rng for TaskRngfn next_u32(&mut self) -> u32fn next_u64(&mut self) -> u64fn fill_bytes(&mut self, bytes: &mut [u8])fn gen<T: Rand>(&mut self) -> Tfn gen_iter<T: Rand>(&'a mut self) -> Generator<'a, T, Self>fn gen_range<T: PartialOrd + SampleRange>(&mut self, low: T, high: T) -> Tfn gen_weighted_bool(&mut self, n: uint) -> boolfn gen_ascii_chars(&'a mut self) -> AsciiGenerator<'a, Self>fn choose<T>(&mut self, values: &'a [T]) -> Option<&'a T>fn choose_option<T>(&mut self, values: &'a [T]) -> Option<&'a T>fn shuffle<T>(&mut self, values: &mut [T])
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).