Can't load random generator in python

Hi -

I am running Orekit 13.1 from the python wrapper. I am trying to set up some code to generate measurements using an AngularRaDecBuilder. From what I can tell, it requires a CorrelatedRandomVectorGenerator as its first argument. When I execute the line

from org.orekit.utils import CorrelatedRandomVectorGenerator

I get the error:

ImportError: cannot import name ‘CorrelatedRandomVectorGenerator’ from ‘org.orekit.utils’

Am I using the wrong syntax ? Thanks in advance

Hi

I have not used it, but it seems like that is an hipparcus class:

In that case it is imported from org.hipparchus.random

Regards!

Fantastic ! That worked. Thank you