fbous

Results 3 issues of fbous

It would be nice to have better support for randomness in the standard library Things I would like to see: 1. **More random distributions**: Support for the most common distribution...

Feature
Needs work

The `center_of_gravity` method for sets created with the `singleton` function does not return the correct centre of gravity. Steps to reproduce: ```ipython >>> from fuzzylogic.classes import D >>> from fuzzylogic.functions...

enhancement

Added a few random signals for #935. It's a work in progress and I didn't get to properly test the different signals for performance and correct distribution yet. Questions that...