ELIFE-ASU / Inform

A cross platform C library for information analysis of dynamical systems
https://elife-asu.github.io/Inform
MIT License
21 stars 3 forks source link

Uniform Distributions #52

Closed dglmoore closed 7 years ago

dglmoore commented 7 years ago

Create a function to construct uniform distributions.

Proposed API

EXPORT inform_dist* inform_dist_uniform(size_t n);

Example Usage

inform_dist *dist = inform_dist_uniform(5);