Closed vorj closed 4 years ago
According to #169, current clpy.random.rand() can call only with one or more argument(s) at first. (After rand() was called with argument, we can call it with no argument.)
clpy.random.rand()
rand()
This PR fixes #169 (above problem).
@LWisteria please review this.
@vorj I forgot the mention.
This PR was replaced with #259. Closed with unmerged.
According to #169, current
clpy.random.rand()
can call only with one or more argument(s) at first. (Afterrand()
was called with argument, we can call it with no argument.)This PR fixes #169 (above problem).