lbm98

Results 2 issues of lbm98

NativeInteger_rfill.c was sometimes ignoring the PER constrains, i added a check which was also present in BIT_STRING_rfill.c and it fixed my problem. I don't know if this was intended, it's...

## Issue Description ## srsGNB does an out-of-bound shift within the random number generator at the two places: https://github.com/srsran/srsRAN_Project/blob/f3ed07a5a6f04245a57ca667194e1a3bf9684149/lib/phy/upper/sequence_generators/pseudo_random_generator_impl.cpp#L127 https://github.com/srsran/srsRAN_Project/blob/f3ed07a5a6f04245a57ca667194e1a3bf9684149/lib/phy/upper/sequence_generators/pseudo_random_generator_impl.cpp#L299 ## Setup Details ## Can be reproduced by compiling the...