Simple FreeMarker random number generator

FreeMarker doesn’t have a random number generator function. I needed a really simple solution that would allow me to pick a random image URL to be displayed on the homepage.

<#--
* Generates a "random" integer between min and max (inclusive)
*
* Note the values this function returns are based on the current
* second the function is called and thus are highly deterministic
* and SHOULD NOT be used for anything other than inconsequential
* purposes, such as picking a random image to display.
-->
<#function rand min max>
  <#local now = .now?long?c />
  <#local randomNum = _rand +
    ("0." + now?substring(now?length-1) + now?substring(now?length-2))?number />
  <#if (randomNum > 1)>
    <#assign _rand = randomNum % 1 />
  <#else>
    <#assign _rand = randomNum />
  </#if>
  <#return (min + ((max - min) * _rand))?round />
</#function>
<#assign _rand = 0.36 />

I’ve added this function to the FreeMarker Spring extensions I’ve been building up. You might use it in your code like so:

<img src="<@spring.url "/images/" + springx.rand(1, 10) + ".jpg" />" />

Note that there are obvious issues with this function. Aside from being based heavily on the second the function is called, you’ll notice that the min and max have less probability of being generated as the other values…what? I said it was simple.

1,172 thoughts on “Simple FreeMarker random number generator

  1. Build a traffic stream that learns and adapts. Target specific keywords and locations, and the AI handles discovery, matching, and daily optimization. Most of our clients notice increases in leads and sales. Start your free 7-day trial today.

    https://cutt.ly/aykOEUBw

  2. Your traffic should get smarter, not stagnate. Vantovo’s system scores engagement in near real time and shifts toward what’s working for your keywords and locations. Try it free for 7 days with no contracts and full cancel flexibility.

    https://cutt.ly/VyjxWhb9

  3. Thanks for enabling me to achieve new ideas about personal computers. I also contain the belief that one of the best ways to help keep your mobile computer in leading condition is with a hard plastic-type material case, or even shell, which fits over the top of one’s computer. A lot of these protective gear are model precise since they are manufactured to fit perfectly within the natural housing. You can buy all of them directly from the owner, or via third party places if they are for your notebook computer, however don’t assume all laptop could have a shell on the market. Yet again, thanks for your suggestions.

  4. Требуются свежие цветы? свадебные букеты с доставкой — отборные букеты для любого повода. Выбирайте заказ онлайн без лишних хлопот: дизайнерские композиции стильные шляпные коробки лаконичные монобукеты и отборные розы. Курьер вручит заказ быстро и вовремя. Фото оформленного букета перед отправкой и милая открытка в подарок

  5. Сериал в сети смотреть сверхъестественное 5 сезон с хорошей картинкой можно прямо на сайте. Полная коллекция сезонов и эпизодов собраны на одной странице. Следите за приключениями Сэма и Дина которые сражаются с демонами и монстрами. Вместе с героями герои сталкиваются с демонами ангелами духами и другими существами. Кастиэль помогает братьям а новые противники угрожают героям. Выбирайте интересующий эпизод и погружайтесь в атмосферу мистического сериала.

  6. Выбрать быстро недорогие цветы с доставкой удобно через каталог. Заказывайте пышные цветочные композиции на подарок. В ассортименте собраны букеты из сезонных цветов. Указывайте адрес получателя и отправляйте цветы в подарок на юбилей.

  7. Любите охоту? товары для охоты интернет поможет подобрать широкий выбор для охоты путешествий и outdoor-активностей. В ассортименте доступны охотничья экипировка удобная одежда обувь товары для наблюдения полезные аксессуары и товары для активного отдыха. Выбирайте подходящие товары находите подходящие решения и заказывайте необходимые товары. Понятная навигация поможет собрать комплект для охоты или отдыха на природе.

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>