jason-lang / jason

Jason is a fully-fledged interpreter for an extended version of AgentSpeak, a BDI agent-oriented logic programming language.
http://jason-lang.github.io
GNU Lesser General Public License v3.0
224 stars 67 forks source link

Add Jason test for random number functions #72

Closed TimKam closed 4 years ago

TimKam commented 4 years ago

@cleberjamaral As discussed. We can leave this PR open and I write some more tests. For example for everything in https://github.com/jason-lang/jason/tree/master/src/main/java/jason/functions. WDYT?

cleberjamaral commented 4 years ago

Hi @TimKam, for me it is all good. I am using PR from my personal fork to origin/develop which is also working fine. Both are good for me.