Module r_gen::distributions[][src]

Expand description

Distributions a generative model can sample from.

Enums

Distribution

Enum that uniquely discribes a given distribution.

Value

A value struct that will handle possible values from the distributions.

Traits

Sampleable

A trait that you can implement to create your own distributions to sample from in a generative model.