Identity Bridge
Math.random()
=
Sampling from distributions
Nova Canvas // Bridge #39
The connection
Both generate values from probability distributions. Math.random() samples uniformly; generative models sample from learned distributions. Same operation with learned parameters.
Why "Identity"?
Identity bridges are the same concept in both domains. The code is identical or nearly identical.