DoubleX submitted a new resource:
DoubleX RMMV Partitioned Random - Sets the number of partitions the RNG being run per Math.random() call
[doublepost=1447244710,1445734291][/doublepost]Updates
v1.00b(GMT 1300 11-11-2015):
1. Added descriptions that will be shown in the plugin manager
DoubleX RMMV Partitioned Random - Sets the number of partitions the RNG being run per Math.random() call
Read more about this resource...Games using this script
None so far
Configurations
/* RNG will be run under each of parts equal-sized partitions
No partition will be picked twice before all partitions are picked
Larger parts generally means less random the number generated by
Math.random() but also more resources needed(mainly time) to run it */
parts: 10,
Prerequisites
Nothing special
Terms Of Use
You shall keep this plugin's Plugin Info part's contents intact
You...
[doublepost=1447244710,1445734291][/doublepost]Updates
v1.00b(GMT 1300 11-11-2015):
1. Added descriptions that will be shown in the plugin manager