Create a Rust version of RNGModel as found in rng_model.py. This would allow for Rust side usage, for example for pecos-qasm as seen in the refactor-n-memory branch. Once created, expose the RngModel struct to Python via pecos-rslib using PyO3 and replace the Python RNGModel.
Create a Rust version of
RNGModelas found in rng_model.py. This would allow for Rust side usage, for example for pecos-qasm as seen in therefactor-n-memorybranch. Once created, expose theRngModelstruct to Python via pecos-rslib using PyO3 and replace the PythonRNGModel.