NumCosmoMath.MSetTransKern.generate

@accepts(NumCosmoMath.MSetTransKern, NumCosmoMath.Vector, NumCosmoMath.Vector, NumCosmoMath.RNG)
@returns(none)
def generate(self, theta, thetastar, rng):
    # Python wrapper for ncm_mset_trans_kern_generate()
  

FIXME

self

a NumCosmoMath.MSetTransKern.

theta

current point.

thetastar

try point.

rng

a NumCosmoMath.RNG.