pub unsafe extern "C" fn bert_get_bit(s: *mut bert_state_t) -> c_intExpand description
Get the next bit of the BERT sequence from the generator. \param s The BERT context. \return The bit.
pub unsafe extern "C" fn bert_get_bit(s: *mut bert_state_t) -> c_intGet the next bit of the BERT sequence from the generator. \param s The BERT context. \return The bit.