pub trait ClientFeltRng: FeltRng + Send + Sync { }
Marker trait for RNGs that can be shared across threads and used by the client.