public static class UnaryRealTypeMath.RandomGaussian<I extends RealType<I>,O extends RealType<O>> extends AbstractUnaryComputerOp<I,O> implements Ops.Math.RandomGaussian
SpecialOp.Flavor
NAME
Constructor and Description |
---|
RandomGaussian() |
Modifier and Type | Method and Description |
---|---|
void |
compute(I input,
O output)
Computes the output given some input.
|
long |
getSeed() |
void |
setSeed(long seed) |
in, out, setInput, setOutput
ops, setEnvironment
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
ops, setEnvironment
compute, getIndependentInstance, run, run
run
candidates, filterArity, op
initialize
public long getSeed()
public void setSeed(long seed)
public void compute(I input, O output)
UnaryComputerOp
Copyright © 2014–2022 ImageJ. All rights reserved.