Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
This is actually a duplicate kata unfortunately.. nice one though :) http://www.codewars.com/kata/5262119038c0985a5b00029f
More random test cases needed. Some good aproximations may pass due to gaussian distribution nature of generated numbers.
Uhh... I'm not sure if most people notice, but this is the same as http://www.codewars.com/kata/5262119038c0985a5b00029f
BTW I (unfortunately) can't mark this as a major issue, as I don't have enough honor/honour.
CoffeeScript translation added
No examples.
Duplicated as already reported
Duplicate of existing kata Is a number prime?.
Edit: I notice this has been commented on already. I suggest unpublishing the kata if you know it's not going to be approved. Otherwise, it just becomes an opportunity for people to get 3 honor points for copying and pasting their solution to the other kata.
the tests contain defects, why all the random are negative.
The random tests all return negative values, because of the way the function is written. Instead of doing min + Math.random() * max, perhaps it should be Math.random() * (max - min) + min.
This is a duplicate.
Just noticed others have reported this as well.
Duplicate of http://www.codewars.com/kata/is-a-number-prime.
Added some random test cases ^_^