RPG Maker MV
DoubleX RMMV Partitioned Random
Introduction
Lets users changes the number of partitions the RNG being run per Math.random() call to control the RNG distributions on the fly
Features
* @param parts * @desc RNG will be run under each of parts equal-sized partitions * No partition will be run under twice before they've all been run under * parts shouldn't be too large nor too small to maximize the chance for * the RNG generated by Math.random() to be more evenly distributed * Larger parts means more resources(mainly time) needed to run it * @default 10
The Code
License Terms
Attribution 3.0 Unported - You must attribute the work in the manner specified by the author or licensor. Commerical use allowed.
Version History
* v1.00b(GMT 1300 11-11-2015): * 1. Added descriptions that will be shown in the plugin manager * v1.00a(GMT 1300 24-10-2015): * 1. 1st version of this plugin finished
Credits & Thanks
DoubleX(Optional)
Terms & Conditions
// You shall keep this plugin's Plugin Info part's contents intact // // You shalln't claim that this plugin's written by anyone other than // // DoubleX or his aliases // // None of the above applies to DoubleX or his aliases //
Comments (0)
Leave a Reply
You must be logged in to post a comment.
DoubleX
[b]Updates[/b]
[code] * v1.00b(GMT 1300 11-11-2015):
* 1. Added descriptions that will be shown in the plugin manager [/code]