Ben Schmidt wrote: > > Another that could conceivably be useful would be a random number > function. A low quality PRNG would do just fine. This could be used in > Vim for editing data files for testing purposes, etc. >
Not that I object to a built-in PRNG to vim; however, writing a plugin to do it wasn't that difficult. I've provided Rndm.vim (available at my website) and Rndm.vim also accompanies Mines.vim (http://vim.sourceforge.net/scripts/script.php?script_id=551) if you're interested. Of course, Abs() and Sgn() are even easier... Regards, Chip Campbell --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
