Feature or enhancement
Proposal:
randint is a commonly needed function, but it is fairly slow (compared to random.random).
Maybe it would be good to port couple of lower level functions to C.
But for the time being, this small edit results in 20% better performance by avoiding unnecessary abstractions.
Has this already been discussed elsewhere?
No response given
Links to previous discussion of this feature:
No response
Linked PRs
Feature or enhancement
Proposal:
randintis a commonly needed function, but it is fairly slow (compared torandom.random).Maybe it would be good to port couple of lower level functions to
C.But for the time being, this small edit results in 20% better performance by avoiding unnecessary abstractions.
Has this already been discussed elsewhere?
No response given
Links to previous discussion of this feature:
No response
Linked PRs