NumCosmoMath.MSetTransKern::generate

@accepts(NumCosmoMath.MSetTransKern, NumCosmoMath.Vector, NumCosmoMath.Vector, NumCosmoMath.RNG)
@returns(none)
def do_generate(tkern, theta, thetastar, rng):
  

FIXME

tkern

a NumCosmoMath.MSetTransKern.

theta

current point.

thetastar

try point.

rng

a NumCosmoMath.RNG.