randomNormalLike
fun DoubleTensorAlgebra.randomNormalLike(structure: WithShape, seed: Long = 0): DoubleTensor(source)
Returns a tensor with the same shape as input
of random numbers drawn from normal distributions with 0.0
mean and 1.0
standard deviation.
Receiver
the input
.
Return
a tensor with the same shape as input
filled with numbers from the normal distribution with 0.0
mean and 1.0
standard deviation.
Parameters
seed
the random seed of the pseudo-random number generator.