Tag: erlang

Leet More 2010 Lottery writeup

Warning! There are at least two ways of solving this task. Look at HTML sources. Try to find web-framework running the lottery. It is “Nitrogen”- Web Framework for Erlang. To generate random numbers Erlang have module random. To get random Int we have function  uniform(MaxInt)->Int So example of code for generating number for lottery is …

Continue reading