Trait rug::rand::MutRandState [−][src]
Used to pass the state of random number generators by mutable reference.
This trait is implemented by
RandState, which is thread safe and implementsSendandSync.ThreadRandState, which can only be used in a single thread.
This trait is sealed and cannot be implemented for more types.