Random Normal Like Distribution
| 1 2 | rand_normal_like(x, mean = 0, scale = 1, seed = AUTO_SELECT_SEED,
  name = "")
 | 
| x | - CNTK variable from which to copy the shape, dtype, and dynamic axes | 
| mean | - success probability | 
| scale | - scale of the distribution | 
| seed | - pseudo random number generator seed | 
| name | - name of the Function instance in the network | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.