Tagged Questions
3
votes
1answer
79 views
Discrepancy with TakeWhile between RandomInteger result and list on Linux
I have to following code that solves a problem for me. The example that is given to us is as follows:
lst = {1,-2, 3, 4,5,-3, -4, 9,7,0,8}, predicate = ...