<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Hi David - if you need to generate some random numbers from your seaside app, I’m sure there must be a Random class in VA that you can see on startup and then just generate random number from it?<div class=""><br class=""></div><div class="">In Pharo its: Random new next: 20</div><div class=""><br class=""></div><div class="">If you are convinced you want to use that service, again I’m sure there must be an https library in VA? In Pharo I would use:</div><div class=""><br class=""></div><div class="">(ZnEasy get: '<a href="https://www.random.org/integers/?num=55&min=1&max=55&col=55&base=10&format=plain&rnd=new" class="">https://www.random.org/integers/?num=55&min=1&max=55&col=55&base=10&format=plain&rnd=new</a>') contents</div><div class=""><br class=""></div><div class="">I think there might be a port of Zinc to VA - but possibly there is something built in already.</div><div class=""><br class=""></div><div class="">Tim</div><div class=""><br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On 26 Jun 2019, at 20:56, David Pennington <<a href="mailto:david@totallyobjects.com" class="">david@totallyobjects.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><a href="https://www.random.org/integers/?num=55&min=1&max=55&col=55&base=10&format=plain&rnd=new" style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;" class="">https://www.random.org/integers/?num=55&min=1&max=55&col=55&base=10&format=plain&rnd=new</a></div></blockquote></div><br class=""></div></body></html>