Popular recipes tagged "randomization" but not "xml"http://code.activestate.com/recipes/tags/randomization-xml/2012-08-07T15:35:23-07:00ActiveState Code RecipesFeatureClassRandomizer (Python) 2012-08-07T15:35:23-07:00Dale Lindemanhttp://code.activestate.com/recipes/users/4183096/http://code.activestate.com/recipes/578237-featureclassrandomizer/ <p style="color: grey"> Python recipe 578237 by <a href="/recipes/users/4183096/">Dale Lindeman</a> (<a href="/recipes/tags/randomization/">randomization</a>, <a href="/recipes/tags/random_number/">random_number</a>). </p> <p>Generates a randomized list of unique IDs and iteratively assigns values to features in a featureclass.</p> Password Generator (Python) 2011-10-14T13:35:21-07:00Alexander Thomas Cruzhttp://code.activestate.com/recipes/users/4179528/http://code.activestate.com/recipes/577905-password-generator/ <p style="color: grey"> Python recipe 577905 by <a href="/recipes/users/4179528/">Alexander Thomas Cruz</a> (<a href="/recipes/tags/generator/">generator</a>, <a href="/recipes/tags/password/">password</a>, <a href="/recipes/tags/randomization/">randomization</a>). Revision 4. </p> <p>Generates a really strong and secure password. It uses multiple characters and symbols. Remember to score please! It really means a lot to me. Revision 4 includes an input so you can choose how many characters you want your password to have. It is also faster due to a suggestion by Garel Alex. Thanks!</p>