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.

820 thoughts on “Simple FreeMarker random number generator

  1. Wow! This website is absolutely great! The selection of tranny porn videos is unbelievable
    – tons of gorgeous trans girls in crystal-clear scenes.
    The streaming is fast and flawless and new content are added every day.

    If you’re want to watch shemale on shemale porn videos featuring beautiful performers
    and raw action, this is hands down the best spot. Strongly recommended!

  2. Grow your website traffic with our AI-powered service, delivering targeted visitors at a fraction of the cost of paid ads. Contact us to start growing your audience.

    https://marketingaged.com/

  3. Our AI-optimized solution sends targeted visitors based on keywords and locations to your site, outperforming paid ads without the high cost. Reach out to see the difference.

    https://marketingaged.com/

  4. Wow! This site is seriously great! The library of
    shemale on shemale porn videos is
    massive – so many sexy trans girls in crystal-clear scenes.

    The loading is super smooth and new content
    are added frequently.
    If you’re want to watch shemale porn videos featuring seductive performers and raw action, this
    is definitely the best spot. Strongly recommended!

  5. Some nice points there. I have been looking everywhere for this! This will definitely be very useful for me when I get a chance to start a post. This information is magnificent. smart choice are con artists. Some nice points there. Nice read. Interesting content. I have been looking everywhere for this! I really like your article. Interesting content. This will definitely be very useful for me when I get a chance to start my own blog. This information is magnificent. Excellent website you have got here. This information is magnificent. This will definitely be very useful for me when I get a chance to start a page. I have been looking everywhere for this!

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>