FidoProject / Fido

A lightweight C++ machine learning library for embedded electronics and robotics.
http://fidoproject.github.io/
MIT License
437 stars 81 forks source link

Nicer floating point random numbers #50

Closed truell20 closed 8 years ago

truell20 commented 8 years ago

Use std to generate random floating point numbers.

truell20 commented 8 years ago

On further review, we have decided to move away from the standard library, because of its limited presence on microcontrollers.