matheval / expression-evaluator-c-sharp

Matheval is a mathematical expressions evaluator library written in C#. Allows to evaluate mathematical, boolean, string and datetime expressions
https://matheval.org/
MIT License
110 stars 30 forks source link

Proposed Enhancement: Extend the Rand function to allow seed, min and max #17

Open bwakabats opened 1 year ago

bwakabats commented 1 year ago

These are passed as optional parameters. So the Rand function has 4 versions:

I have also added Unit tests

bwakabats commented 1 year ago

This could now be implemented using the external function feature in #19