Searched refs:set_random_source (Results 1 – 2 of 2) sorted by relevance
37 /// See [RandomState.set_random_source].
188 … pub fn set_random_source(source: impl RandomSource + Send + Sync + 'static) -> Result<(), bool> { in set_random_source() method