mayRandom is a plugin for generating random numbers with in a range without repetition of number. It have been developed using jquery, HTML, CSS and javascript. Anyone can use it as like as jQuery Plugin.
The range must have a minimum(inclusive) and maximum(inclusive) value. By default plugin generates 10 numbers from 10 to 100. Developer can customize these values by passing option parameters when he calls the plugin. For an example $(".box").mayRandom({ events: 5, min: 5, max: 100 });
Anyone is most welcome for comments and further extention.